This repository has been archived on 2024-06-13. You can view files and clone it, but cannot push or open issues or pull requests.
old-shiloh-website/jsconfig.json

8 lines
73 B
JSON
Raw Permalink Normal View History

2023-04-18 00:05:35 +00:00
{
"compilerOptions": {
"paths": {
"@/*": ["./*"]
}
}
}