Files
xk-admin/apps/backend-mock/tsconfig.json

12 lines
255 B
JSON
Raw Normal View History

2024-06-30 14:09:44 +08:00
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@vben/tsconfig/node.json",
"compilerOptions": {
"paths": {
"~/*": ["./*"]
}
},
"include": ["**/*.ts", "**/.*.ts"],
"exclude": ["node_modules", "dist", ".nitro"]
2024-06-30 14:09:44 +08:00
}