Skip to content

Commit 42758b9

Browse files
committed
test: remove target in tsconfig.server.json
This causes the tests to fail due to reaching the Bazel stderr bytes limit as a warning is issued for every spec run.
1 parent 89ee842 commit 42758b9

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)