Skip to content

Commit f7d5cb6

Browse files
committed
fix(blueprints): reset tsconfig's outDir to ../dist
Now that the src and dist paths are aligned it should be fine to reuse the dist/ dir for manual tsc invocation during debugging.
1 parent 56911a0 commit f7d5cb6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

addon/ng2/blueprints/ng2/files/src/tsconfig.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
"moduleResolution": "node",
1010
"noEmitOnError": true,
1111
"noImplicitAny": false,
12-
"//outDir": "this option is used only during manual invocation of tsc usually while debugging",
13-
"outDir": "../dist-manual/",
12+
"outDir": "../dist/",
1413
"rootDir": ".",
1514
"sourceMap": true,
1615
"sourceRoot": "/",

0 commit comments

Comments
 (0)