fix: ts config

master^2
xingyu4j 2026-04-10 21:08:54 +08:00 committed by allen
parent 7e8b9c2368
commit 243456d928
1 changed files with 6 additions and 0 deletions

View File

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