Skip to content

Commit 81e0f3c

Browse files
committed
fixed tsconfig
1 parent 439f69f commit 81e0f3c

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
@@ -1,7 +1,7 @@
11
{
22
"extends": "@tsconfig/recommended/tsconfig.json",
33
"compilerOptions": {
4-
"declaration": false,
4+
"declaration": true,
55
"outDir": "./dist",
66
"baseUrl": ".",
77
"paths": {}

0 commit comments

Comments
 (0)