فهرست منبع

Merge pull request #335 from GreatAuk/update-tsconfig

chore(tsconfig): 更新 moduleResolution: node -> bundler
菲鸽 6 ماه پیش
والد
کامیت
72271798be
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/*"]