Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit ebbbd41

Browse files
filipesilvaBrocco
authored andcommitted
fix(@schematics/angular): don't overwrite target for specs
There's no need to.
1 parent fd48150 commit ebbbd41

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/schematics/angular/application/files/__sourcedir__/tsconfig.spec.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"outDir": "<%= sourcedir.split('/').map(x => '..').join('/') %>/out-tsc/spec",
55
"baseUrl": "./",
66
"module": "commonjs",
7-
"target": "es5",
87
"types": [
98
"jasmine",
109
"node"

0 commit comments

Comments
 (0)