Skip to content

Commit

Permalink
feat: node16 module resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Jul 29, 2024
1 parent 4c5d16c commit 97d1e32
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 97d1e32

Please sign in to comment.