Skip to content

Commit

Permalink
fix: tsc no more finding anything node related during build
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Jul 11, 2024
1 parent 3547c32 commit 1137355
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions projects/lib/tsconfig.lib.spec.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "../../out-tsc/spec",
"types": [
"jasmine"
]
"outDir": "../../out-tsc/spec"
},
"include": [
"**/*.spec.ts",
Expand Down

0 comments on commit 1137355

Please sign in to comment.