2024-06-30 14:09:44 +08:00
|
|
|
{
|
2025-08-12 17:23:39 +08:00
|
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
|
|
|
"extends": "@vben/tsconfig/node.json",
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"composite": true,
|
|
|
|
|
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
|
|
|
|
|
"baseUrl": ".",
|
|
|
|
|
"paths": {
|
|
|
|
|
"~/utils/*": ["utils/*"]
|
|
|
|
|
},
|
|
|
|
|
"noEmit": false
|
|
|
|
|
},
|
|
|
|
|
"include": ["**/*.ts", "**/*.*.ts"]
|
2024-06-30 14:09:44 +08:00
|
|
|
}
|