Skip to content

Commit

Permalink
Enable TypeScript declaration generation
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Nov 4, 2024
1 parent 6a811c6 commit 0d62984
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"noUncheckedIndexedAccess": true
"noUncheckedIndexedAccess": true,
"declaration": true
},
"ts-node": {
"transpileOnly": true
Expand Down

0 comments on commit 0d62984

Please sign in to comment.