Skip to content

Commit 581afe0

Browse files
committed
fix(@schematics/angular): remove node typings from tsconfig.spec.json
(cherry picked from commit ade3f49)
1 parent e428b75 commit 581afe0

File tree

5 files changed

+5
-10
lines changed

5 files changed

+5
-10
lines changed

integration/angular_cli/tsconfig.spec.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"compilerOptions": {
44
"outDir": "./out-tsc/spec",
55
"types": [
6-
"jasmine",
7-
"node"
6+
"jasmine"
87
]
98
},
109
"files": [

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"compilerOptions": {
44
"outDir": "../out-tsc/spec",
55
"types": [
6-
"jasmine",
7-
"node"
6+
"jasmine"
87
]
98
},
109
"files": [

packages/angular_devkit/build_ng_packagr/test/ng-packaged/projects/lib/tsconfig.spec.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"compilerOptions": {
44
"outDir": "../../out-tsc/spec",
55
"types": [
6-
"jasmine",
7-
"node"
6+
"jasmine"
87
]
98
},
109
"files": [

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"compilerOptions": {
44
"outDir": "<%= relativePathToWorkspaceRoot %>/out-tsc/spec",
55
"types": [
6-
"jasmine",
7-
"node"
6+
"jasmine"
87
]
98
},
109
"files": [

packages/schematics/angular/library/files/tsconfig.spec.json.template

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"compilerOptions": {
44
"outDir": "<%= relativePathToWorkspaceRoot %>/out-tsc/spec",
55
"types": [
6-
"jasmine",
7-
"node"
6+
"jasmine"
87
]
98
},
109
"files": [

0 commit comments

Comments
 (0)