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
2024-07-22 01:46:29 +02:00

10 lines
110 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": [
"src/*"
]
}
}
}