We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdf6a4f commit 58c42aeCopy full SHA for 58c42ae
packages/@angular/cli/blueprints/ng/files/__path__/tsconfig.app.json
@@ -1,22 +1,18 @@
1
{<% if (ng4) { %>
2
"extends": "<%= relativeRootPath %>/tsconfig.json",
3
- "compilerOptions": {
4
- "lib": [
5
- "es2016",
6
- "dom"
7
- ],<% } else { %>
+ "compilerOptions": {<% } else { %>
8
"compilerOptions": {
9
"sourceMap": true,
10
"declaration": false,
11
"moduleResolution": "node",
12
"emitDecoratorMetadata": true,
13
"experimentalDecorators": true,
+ "target": "es5",
14
"lib": [
15
"es2016",
16
"dom"
17
],<% } %>
18
"outDir": "<%= relativeRootPath %>/out-tsc/app",
19
- "target": "es5",
20
"module": "es2015",
21
"baseUrl": "",
22
"types": []
0 commit comments