Skip to content

Commit 012746e

Browse files
alan-agius4dgp1130
authored andcommitted
test: remove target in tsconfig.server.json
This is no longer needed as the CLI uses es2022 internally.
1 parent c29df69 commit 012746e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/angular_devkit/build_angular/test/hello-world-app/src/tsconfig.server.json

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"extends": "./tsconfig.app.json",
33
"compilerOptions": {
44
"outDir": "../dist-server",
5-
"target": "es2016",
65
"baseUrl": "./",
76
"types": ["@angular/localize"]
87
},

0 commit comments

Comments
 (0)