Skip to content
This repository was archived by the owner on Dec 3, 2022. It is now read-only.

Commit 3df77d8

Browse files
authored
Merge pull request #25 from evancloutier/generate-declaration-build
Generate declaration file when building for release
2 parents d122077 + 436420b commit 3df77d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig-build.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": "./tsconfig",
33
"compilerOptions": {
4+
"declaration": true,
45
"sourceMap": false
56
},
67
"exclude": ["**/__tests__", "dist", ".jest", "node_modules"]

0 commit comments

Comments
 (0)