Skip to content

Commit

Permalink
Update TS Configuration
Browse files Browse the repository at this point in the history
Use more modern module and module resolution.
  • Loading branch information
widoz committed May 2, 2024
1 parent 4ddca14 commit 1d75ad9
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 @@ -24,7 +24,7 @@
"esModuleInterop": true,
"baseUrl": ".",
"module": "ESNext",
"moduleResolution": "Node10",
"moduleResolution": "nodenext",
"paths": {
"@types": [
"./@types/index.d.ts"
Expand Down

0 comments on commit 1d75ad9

Please sign in to comment.