Skip to content

Commit

Permalink
Merge pull request #180 from storybookjs/yann/add-types
Browse files Browse the repository at this point in the history
Enable TypeScript declaration generation
  • Loading branch information
yannbf authored Nov 4, 2024
2 parents 6a811c6 + 0d62984 commit ce51104
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 ce51104

Please sign in to comment.