Skip to content

Commit c8be998

Browse files
authored
Merge pull request #48 from paleite/add-types-in-the-package
Fixes #35
2 parents db02a94 + 742a35a commit c8be998

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)