Skip to content
Prev Previous commit
Next Next commit
Set TypeScript module, moduleResolution options to NodeNext
  • Loading branch information
MajorLift committed May 21, 2024
commit 5f179c1f503dd5b6a645f6cefa14d3c91a5bbc17
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"exactOptionalPropertyTypes": true,
"forceConsistentCasingInFileNames": true,
"lib": ["ES2020"],
"module": "CommonJS",
"moduleResolution": "node",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"noErrorTruncation": true,
"noUncheckedIndexedAccess": true,
"skipLibCheck": true,
Expand Down