Skip to content

Commit

Permalink
Enable TypeScript declaration maps
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Oct 27, 2023
1 parent a032f37 commit 437513b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
coverage/
node_modules/
*.d.ts
*.map
*.tgz
tsconfig.tsbuildinfo
*.tsbuildinfo
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
],
"exports": "./index.js",
"files": [
"index.js",
"index.d.ts"
"index.*"
],
"scripts": {
"dev": "next dev",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"allowJs": true,
"checkJs": true,
"declaration": true,
"declarationMap": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"incremental": true,
Expand Down

0 comments on commit 437513b

Please sign in to comment.