Skip to content

Commit

Permalink
fix(ts): ts configuration remove emitDeclarationOnly: true
Browse files Browse the repository at this point in the history
  • Loading branch information
wang1212 committed May 24, 2022
1 parent d3d7c3b commit 03f50e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/typescript/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"declaration": true,
"declarationMap": false,
"declarationDir": "./types",
"emitDeclarationOnly": true,
// "emitDeclarationOnly": true,

"typeRoots": ["node_modules/@types", "./vendors/@types"]
},
Expand Down

0 comments on commit 03f50e9

Please sign in to comment.