fix: ts config

pull/340/MERGE
xingyu4j 2026-04-10 21:08:54 +08:00
parent ad43c6817e
commit 320e687bad
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"]
}