Update import paths to use module aliases

This commit is contained in:
2025-10-10 15:50:14 +02:00
parent 827b53e630
commit e02737359c
9 changed files with 23 additions and 18 deletions

View File

@@ -46,7 +46,11 @@
// Report an error for unreachable code instead of just a warning.
"allowUnreachableCode": false,
// Report an error for unused labels instead of just a warning.
"allowUnusedLabels": false
"allowUnusedLabels": false,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
},
"exclude": ["dist", "assets/stubs"]
}