Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 581afe0

Browse files
committedMay 27, 2020
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

+1-2
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

+1-2
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

+1-2
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

+1-2
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

+1-2
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)
Please sign in to comment.