Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
switch back to esnext modules
  • Loading branch information
EskiMojo14 committed Oct 30, 2025
commit 47046526f306cd2efda216a474e49b65116cc6a2
4 changes: 2 additions & 2 deletions website/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"moduleResolution": "nodenext",
"moduleResolution": "Bundler",
"noUnusedLocals": false,
"noUnusedParameters": false,
"allowUnusedLabels": true,
Expand All @@ -11,7 +11,7 @@
"jsx": "preserve",
"strict": true,
"removeComments": false,
"module": "nodenext",
"module": "ESNext",
"target": "ESNext",
"allowJs": true,
"checkJs": false,
Expand Down