Skip to content

Commit 742a35a

Browse files
committed
Fixes #35
1 parent db02a94 commit 742a35a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"extends": "./tsconfig.base.json",
33
"compilerOptions": {
44
"composite": false,
5-
"declaration": false,
5+
"declaration": true,
66
"outDir": "./dist",
77
"rootDir": "./src",
88
"resolveJsonModule": true

0 commit comments

Comments
 (0)