Gallery-Archivist/frontend/tsconfig.json

18 lines
290 B
JSON
Raw Permalink Normal View History

{
"files": [],
"references": [
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.node.json"
}
],
"compilerOptions": {
"baseURL": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}