Skip to content

Commit 930ca41

Browse files
committed
Output typescript declarations on build.
1 parent 1274d11 commit 930ca41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"outDir": "./dist",
55
"baseUrl": "src",
66
"sourceMap": true,
7-
"declaration": false,
7+
"declaration": true,
88
"moduleResolution": "node",
99
"emitDecoratorMetadata": true,
1010
"experimentalDecorators": true,

0 commit comments

Comments
 (0)