Gallery-Archivist/frontend/tsconfig.json

17 lines
290 B
JSON

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