fix:update (#6635)

pull/201/head^2
谦元吉 2025-08-14 22:01:12 +08:00 committed by GitHub
parent 9ce0df88ae
commit 4efebb8c0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 12 deletions

View File

@ -1,14 +1,3 @@
{ {
"$schema": "https://json.schemastore.org/tsconfig", "extends": "./.nitro/types/tsconfig.json"
"extends": "@vben/tsconfig/node.json",
"compilerOptions": {
"composite": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
"baseUrl": ".",
"paths": {
"~/utils/*": ["utils/*"]
},
"noEmit": false
},
"include": ["**/*.ts", "**/*.*.ts"]
} }