This repository has been archived on 2024-08-09. You can view files and clone it, but cannot push or open issues or pull requests.
website/tsconfig.json

10 lines
110 B
JSON
Raw Normal View History

2024-07-22 01:46:29 +02:00
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": [
"src/*"
]
}
}
}