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"]
|
||
|
}
|