Skip to content

Commit 9c6ee36

Browse files
committed
test: remove target in tsconfig.server.json
This is no longer needed as the CLI uses es2022 internally.
1 parent 8d9c79c commit 9c6ee36

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

Lines changed: 0 additions & 1 deletion
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)