OBN_API/tsconfig.json

18 lines
233 B
JSON
Raw Permalink Normal View History

2024-08-19 18:07:39 +08:00
{
"files": [],
"references": [
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.node.json"
}
2024-08-30 16:36:22 +08:00
],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
2024-08-19 18:07:39 +08:00
}