Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

chore(deps): replace superstruct imports with @metamask/superstruct #311

Merged
merged 8 commits into from
Jul 18, 2024
Prev Previous commit
Next Next commit
Set tsconfig options module, moduleResolution to NodeNext
  • Loading branch information
MajorLift committed Jul 17, 2024
commit 12b746272081d99d0e8665f26d940fb592d3b8d3
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": "Node16",
"moduleResolution": "Node16",
"noEmit": true,
"noErrorTruncation": true,
"noUncheckedIndexedAccess": true,
Expand Down