mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-18 20:02:40 +08:00
test: remove target
in tsconfig.server.json
This is no longer needed as the CLI uses es2022 internally.
This commit is contained in:
parent
c29df69546
commit
012746e759
@ -2,7 +2,6 @@
|
|||||||
"extends": "./tsconfig.app.json",
|
"extends": "./tsconfig.app.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"outDir": "../dist-server",
|
"outDir": "../dist-server",
|
||||||
"target": "es2016",
|
|
||||||
"baseUrl": "./",
|
"baseUrl": "./",
|
||||||
"types": ["@angular/localize"]
|
"types": ["@angular/localize"]
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user