Skip to content

Commit ce51104

Browse files
authored
Merge pull request #180 from storybookjs/yann/add-types
Enable TypeScript declaration generation
2 parents 6a811c6 + 0d62984 commit ce51104

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.build.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"forceConsistentCasingInFileNames": true,
88
"strict": true,
99
"skipLibCheck": true,
10-
"noUncheckedIndexedAccess": true
10+
"noUncheckedIndexedAccess": true,
11+
"declaration": true
1112
},
1213
"ts-node": {
1314
"transpileOnly": true

0 commit comments

Comments
 (0)