Skip to content

Commit

Permalink
build(typescript): do not reference jasmine is tsconfig spec
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra committed Sep 20, 2023
1 parent 859e619 commit c468b7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
"ES2022",
"dom"
],
"typeRoots": ["./src/types"],
"skipLibCheck": true
"typeRoots": ["./src/types"]
},
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false,
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"compilerOptions": {
"outDir": "./out-tsc/spec",
"types": [
"jasmine"
// "jasmine"
]
},
"include": [
Expand Down

0 comments on commit c468b7b

Please sign in to comment.