Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(@schematics/angular): remove node typings from tsconfig.spec.json
Browse files Browse the repository at this point in the history
(cherry picked from commit ade3f49)
alan-agius4 committed May 27, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent e428b75 commit 581afe0
Showing 5 changed files with 5 additions and 10 deletions.
3 changes: 1 addition & 2 deletions integration/angular_cli/tsconfig.spec.json
Original file line number Diff line number Diff line change
@@ -3,8 +3,7 @@
"compilerOptions": {
"outDir": "./out-tsc/spec",
"types": [
"jasmine",
"node"
"jasmine"
]
},
"files": [
Original file line number Diff line number Diff line change
@@ -3,8 +3,7 @@
"compilerOptions": {
"outDir": "../out-tsc/spec",
"types": [
"jasmine",
"node"
"jasmine"
]
},
"files": [
Original file line number Diff line number Diff line change
@@ -3,8 +3,7 @@
"compilerOptions": {
"outDir": "../../out-tsc/spec",
"types": [
"jasmine",
"node"
"jasmine"
]
},
"files": [
Original file line number Diff line number Diff line change
@@ -3,8 +3,7 @@
"compilerOptions": {
"outDir": "<%= relativePathToWorkspaceRoot %>/out-tsc/spec",
"types": [
"jasmine",
"node"
"jasmine"
]
},
"files": [
Original file line number Diff line number Diff line change
@@ -3,8 +3,7 @@
"compilerOptions": {
"outDir": "<%= relativePathToWorkspaceRoot %>/out-tsc/spec",
"types": [
"jasmine",
"node"
"jasmine"
]
},
"files": [

0 comments on commit 581afe0

Please sign in to comment.