mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-22 23:15:56 +08:00
parent
455dbb5dc4
commit
7c3ce6ba2c
@ -1,22 +1,18 @@
|
||||
{<% if (ng4) { %>
|
||||
"extends": "<%= relativeRootPath %>/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"lib": [
|
||||
"es2016",
|
||||
"dom"
|
||||
],<% } else { %>
|
||||
"compilerOptions": {<% } else { %>
|
||||
"compilerOptions": {
|
||||
"sourceMap": true,
|
||||
"declaration": false,
|
||||
"moduleResolution": "node",
|
||||
"emitDecoratorMetadata": true,
|
||||
"experimentalDecorators": true,
|
||||
"target": "es5",
|
||||
"lib": [
|
||||
"es2016",
|
||||
"dom"
|
||||
],<% } %>
|
||||
"outDir": "<%= relativeRootPath %>/out-tsc/app",
|
||||
"target": "es5",
|
||||
"module": "es2015",
|
||||
"baseUrl": "",
|
||||
"types": []
|
||||
|
Loading…
x
Reference in New Issue
Block a user