We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56911a0 commit f7d5cb6Copy full SHA for f7d5cb6
addon/ng2/blueprints/ng2/files/src/tsconfig.json
@@ -9,8 +9,7 @@
9
"moduleResolution": "node",
10
"noEmitOnError": true,
11
"noImplicitAny": false,
12
- "//outDir": "this option is used only during manual invocation of tsc usually while debugging",
13
- "outDir": "../dist-manual/",
+ "outDir": "../dist/",
14
"rootDir": ".",
15
"sourceMap": true,
16
"sourceRoot": "/",
0 commit comments