Browse Source

fix: ts config

xingyu4j 2 tháng trước cách đây
mục cha
commit
243456d928
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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"]
+}