policeSecurity/policeManagement/tsconfig.json

16 lines
225 B
JSON
Raw Normal View History

2024-08-29 17:06:00 +08:00
{
2024-08-30 18:07:30 +08:00
// "compilerOptions": {
// "paths": {
// "@/*": ["src/*"]
// }
// },
2024-08-29 17:06:00 +08:00
"files": [],
"references": [
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.node.json"
}
]
2024-08-30 18:07:30 +08:00
}