Skip to content

Commit a9ba15b

Browse files
committed
fix(generators/app/templates): missing types def build output
1 parent 8853b2b commit a9ba15b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

generators/app/templates/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
"moduleResolution": "node",
44
"module": "es6",
55
"target": "es5",
6+
"rootDir": "src",
7+
"outDir": "build",
68
"declaration": true,
7-
"declarationDir": "build",
89
"esModuleInterop": true,
910
"preserveConstEnums": true,
1011
"removeComments": true,

0 commit comments

Comments
 (0)