Files
Artem Kashaev 971e8a63bc
Build and deploy / build (push) Failing after 26s
Build and deploy / deploy (push) Has been skipped
feat: add compiler options and path mappings to TypeScript configuration
2025-12-01 14:56:27 +05:00

14 lines
213 B
JSON

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