Browse Source

fix: "moduleResolution": "Node"

菲鸽 2 năm trước cách đây
mục cha
commit
01098cfe29
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tsconfig.json

+ 1 - 1
tsconfig.json

@@ -3,7 +3,7 @@
     "composite": true,
     "skipLibCheck": true,
     "module": "ESNext",
-    "moduleResolution": "bundler",
+    "moduleResolution": "Node",
     "allowSyntheticDefaultImports": true,
     "sourceMap": true,
     "baseUrl": ".",