Skip to content

Commit cd10b39

Browse files
committed
Update tsconfig to generate declaration files
1 parent 40aaa3f commit cd10b39

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
"esModuleInterop": true,
88
"resolveJsonModule": true,
99
"sourceMap": false,
10+
"declaration": true,
11+
"emitDeclarationOnly": true,
1012
"outDir": "dist",
1113
"baseUrl": "src"
1214
},

0 commit comments

Comments
 (0)