Skip to content

Commit

Permalink
fix(tsconfig): enforce module: NodeNext
Browse files Browse the repository at this point in the history
required to get types to resolve
  • Loading branch information
wjhsf committed Sep 3, 2024
1 parent 92f1081 commit 5e9e471
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
"skipLibCheck": true,
"target": "ESNext",
"module": "NodeNext",
"paths": {
"c/*": []
}
Expand Down

0 comments on commit 5e9e471

Please sign in to comment.