浏览代码

fix: ts config

xingyu4j 2 月之前
父节点
当前提交
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"]
+}