Skip to content

Commit

Permalink
feat: node16 module resolution (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc authored Jul 29, 2024
1 parent 4c5d16c commit 00d9fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"lib": ["ES2023"],
"sourceMap": true,
"declaration": true,
"moduleResolution": "node",
"moduleResolution": "Node16",
"alwaysStrict": true,
"noUnusedLocals": true
}
Expand Down

0 comments on commit 00d9fc3

Please sign in to comment.