Преглед на файлове

fix: tsconfig moduleResolution (#6122)

Co-authored-by: pzzyf <2279948211@qq.com>
zyf0624 преди 4 месеца
родител
ревизия
e68fff58e8
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      internal/tailwind-config/tsconfig.json

+ 3 - 0
internal/tailwind-config/tsconfig.json

@@ -1,6 +1,9 @@
 {
   "$schema": "https://json.schemastore.org/tsconfig",
   "extends": "@vben/tsconfig/node.json",
+  "compilerOptions": {
+    "moduleResolution": "bundler"
+  },
   "include": ["src"],
   "exclude": ["node_modules"]
 }