Skip to content

Commit

Permalink
fix(generators/app/templates): missing types def build output
Browse files Browse the repository at this point in the history
  • Loading branch information
phatpham9 committed Feb 13, 2021
1 parent 8853b2b commit a9ba15b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion generators/app/templates/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
"moduleResolution": "node",
"module": "es6",
"target": "es5",
"rootDir": "src",
"outDir": "build",
"declaration": true,
"declarationDir": "build",
"esModuleInterop": true,
"preserveConstEnums": true,
"removeComments": true,
Expand Down

0 comments on commit a9ba15b

Please sign in to comment.