Skip to content

Commit

Permalink
Switch Typescript module to "esnext"
Browse files Browse the repository at this point in the history
  • Loading branch information
scottohara committed Mar 6, 2024
1 parent 3bf0b4a commit 6fee35c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"strictFunctionTypes": false,

// Modules
"module": "es2022",
"module": "esnext",
"moduleResolution": "bundler",
"paths": {
"~*": ["./src/*"]
Expand All @@ -24,7 +24,6 @@
// Editor Support

// Interop Constraints
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"isolatedModules": true,
"verbatimModuleSyntax": true,
Expand Down

0 comments on commit 6fee35c

Please sign in to comment.