xingyu4j 2 месяцев назад
Родитель
Сommit
243456d928
1 измененных файлов с 6 добавлено и 0 удалено
  1. 6 0
      internal/tailwind-config/tsconfig.json

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

@@ -0,0 +1,6 @@
+{
+  "$schema": "https://json.schemastore.org/tsconfig",
+  "extends": "@vben/tsconfig/web.json",
+  "include": ["src"],
+  "exclude": ["node_modules"]
+}