Skip to content

Commit

Permalink
Add declaration maps
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 19, 2024
1 parent b209ce9 commit 0c0a49d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
coverage/
node_modules/
.DS_Store
*.d.ts.map
*.d.ts
*.log
yarn.lock
1 change: 1 addition & 0 deletions packages/rehype-katex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"exports": "./index.js",
"files": [
"lib/",
"index.d.ts.map",
"index.d.ts",
"index.js"
],
Expand Down
3 changes: 3 additions & 0 deletions packages/rehype-mathjax/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,13 @@
},
"files": [
"lib/",
"browser.d.ts.map",
"browser.d.ts",
"browser.js",
"chtml.d.ts.map",
"chtml.d.ts",
"chtml.js",
"svg.d.ts.map",
"svg.d.ts",
"svg.js"
],
Expand Down
1 change: 1 addition & 0 deletions packages/remark-math/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"exports": "./index.js",
"files": [
"lib/",
"index.d.ts.map",
"index.d.ts",
"index.js"
],
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"checkJs": true,
"customConditions": ["development"],
"declaration": true,
"declarationMap": true,
"emitDeclarationOnly": true,
"exactOptionalPropertyTypes": true,
"lib": ["es2022"],
Expand Down

0 comments on commit 0c0a49d

Please sign in to comment.