web-4/frontend/tsconfig.paths.json

9 lines
93 B
JSON
Raw Normal View History

2024-12-24 01:21:02 +03:00
{
"compilerOptions": {
"baseUrl": "src",
"paths": {
"@/*": ["*"]
}
}
}