mirror of
https://github.com/pionxzh/chatgpt-exporter.git
synced 2026-09-21 05:27:34 -05:00
chore: switch moduleResolution to Bundler
Node (node10) is deprecated and will be removed in TypeScript 7; Bundler matches how Vite actually resolves imports
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@
|
||||
"lib": ["ESNext", "DOM"],
|
||||
"useDefineForClassFields": true,
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Node",
|
||||
"moduleResolution": "Bundler",
|
||||
"resolveJsonModule": true,
|
||||
"types": ["vite/client"],
|
||||
"strict": true,
|
||||
|
||||
Reference in New Issue
Block a user