Parcourir la source

fix: "moduleResolution": "Node"

菲鸽 il y a 2 ans
Parent
commit
01098cfe29
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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": ".",