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 4535fdc commit 3547c32
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions projects/lib/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"outDir": "../../dist/src",
"declaration": true,
"declarationMap": true,
"inlineSources": true,
"types": []
"inlineSources": true
},
"exclude": [
"specs/**",
Expand Down

0 comments on commit 3547c32

Please sign in to comment.