Files
monisuo/monisuo-admin/tsconfig.json

17 lines
274 B
JSON
Raw Normal View History

2026-03-22 13:55:23 +08:00
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
},
"types": [
"vite-plugin-vue-layouts/client"
]
},
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
],
"files": []
}