fix: ts config

This commit is contained in:
xingyu4j
2026-04-10 21:08:54 +08:00
committed by allen
parent 7e8b9c2368
commit 243456d928

View File

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