Browse Source

fix: ts config

pull/7809/head
xingyu4j 5 months ago
committed by allen
parent
commit
243456d928
  1. 6
      internal/tailwind-config/tsconfig.json

6
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"]
}
Loading…
Cancel
Save