mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-22 22:16:18 +08:00
fix:update (#6635)
This commit is contained in:
@@ -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"]
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user