瀏覽代碼

chore(tsconfig): 更新 moduleResolution 为 bundler

Utopia 6 月之前
父節點
當前提交
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/*"]