mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 02:54:21 +08:00
feat(@schematics/schematics): update tsconfig.json libs to include es2018
Update the lib property in tsconfig.json files to include es2018.
This commit is contained in:
parent
daf0ec8de8
commit
0bd5b1a657
@ -2,7 +2,7 @@
|
||||
"compilerOptions": {
|
||||
"baseUrl": "tsconfig",
|
||||
"lib": [
|
||||
"es2017",
|
||||
"es2018",
|
||||
"dom"
|
||||
],
|
||||
"declaration": true,
|
||||
|
@ -2,7 +2,7 @@
|
||||
"compilerOptions": {
|
||||
"baseUrl": "tsconfig",
|
||||
"lib": [
|
||||
"es2017",
|
||||
"es2018",
|
||||
"dom"
|
||||
],
|
||||
"module": "commonjs",
|
||||
|
Loading…
x
Reference in New Issue
Block a user