mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-24 02:00:25 +08:00
10 lines
203 B
JSON
10 lines
203 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "@vben/tsconfig/node.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"noEmit": false
|
|
},
|
|
"include": ["vite.config.mts"]
|
|
}
|