Skip to content

Commit

Permalink
fix: tsconfig.node.json need an include (wtf)
Browse files Browse the repository at this point in the history
  • Loading branch information
alimtunc committed Sep 5, 2023
1 parent c1ae68d commit 72c4168
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/components/tsconfig.node.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
}
},
"include": [""]
}

0 comments on commit 72c4168

Please sign in to comment.