Files
xk-admin/internal/tailwind-config/tsconfig.json

7 lines
150 B
JSON
Raw Normal View History

2026-04-10 21:08:54 +08:00
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@vben/tsconfig/web.json",
"include": ["src"],
"exclude": ["node_modules"]
}