feat: add compiler options and path mappings to TypeScript configuration
Build and deploy / build (push) Failing after 26s Details
Build and deploy / deploy (push) Has been skipped Details

This commit is contained in:
Artem Kashaev 2025-12-01 14:56:27 +05:00
parent 765721b582
commit 971e8a63bc
1 changed files with 6 additions and 0 deletions

View File

@ -1,4 +1,10 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
},
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },