dart/tsconfig.json

18 lines
233 B
JSON
Raw Permalink Normal View History

2024-06-22 17:48:39 +00:00
{
"files": [],
"compilerOptions": {
2024-06-24 09:30:01 +00:00
"baseUrl": ".",
2024-06-22 17:48:39 +00:00
"paths": {
2024-06-24 09:30:01 +00:00
"@/*": ["./src/*"]
}
2024-06-22 17:48:39 +00:00
},
"references": [
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.node.json"
}
]
}