Files
admin-frontend-domain/tsconfig.json
T
2026-07-21 08:57:13 +00:00

19 lines
387 B
JSON

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