浏览代码

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"]
 }