Просмотр исходного кода

chore(tsconfig): 更新 moduleResolution 为 bundler

Utopia 6 месяцев назад
Родитель
Сommit
e1e9eb0496
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      tsconfig.json

+ 2 - 2
tsconfig.json

@@ -3,8 +3,8 @@
     "composite": true,
     "lib": ["esnext", "dom"],
     "baseUrl": ".",
-    "module": "ESNext",
-    "moduleResolution": "Node",
+    "module": "esnext",
+    "moduleResolution": "bundler",
     "paths": {
       "@/*": ["./src/*"],
       "@img/*": ["./src/static/*"]