Skip to content

Commit d9c0425

Browse files
Try to fix declarations (#89)
1 parent a846e24 commit d9c0425

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.declarations.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": "./tsconfig.json",
33
"compilerOptions": {
4+
"declaration": true,
45
"declarationDir": "declarations",
56
"emitDeclarationOnly": true,
67
"noEmit": false,

0 commit comments

Comments
 (0)