Files
admin-frontend-domain/tsconfig.json
T

19 lines
351 B
JSON

{
"files": [],
"references": [
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.node.json"
}
],
"compilerOptions": {
// TypeScript 7 resolves paths relative to this config; baseUrl was removed.
"paths": {
"@/*": ["./src/*"]
}
}
}