feat: add a base URL so imports are cleaner
All checks were successful
Build, check & Test / run (push) Successful in 1m28s

This commit is contained in:
Florian Bouillon 2023-10-02 08:15:37 +00:00
parent 6711a1f941
commit 1a87c0d475

View File

@ -1,4 +1,7 @@
{
"extends": "./node_modules/astro/tsconfigs/strictest.json",
"exclude": ["cypress"]
"exclude": ["cypress"],
"compilerOptions": {
"baseUrl": "src"
}
}