dart/tsconfig.json

20 lines
248 B
JSON
Raw Normal View History

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