Skip to content
This repository was archived by the owner on Jul 9, 2024. It is now read-only.

Commit 02232cf

Browse files
committed
fix: generate types
1 parent 5d7f403 commit 02232cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"noUnusedLocals": true,
1818
"verbatimModuleSyntax": true,
1919
"skipLibCheck": true,
20-
"outDir": "./dist"
20+
"outDir": "./dist",
21+
"declaration": true
2122
}
2223
}

0 commit comments

Comments
 (0)