feat: add a base URL so imports are cleaner
All checks were successful
Build, check & Test / run (push) Successful in 1m28s
All checks were successful
Build, check & Test / run (push) Successful in 1m28s
This commit is contained in:
@ -1,4 +1,7 @@
|
||||
{
|
||||
"extends": "./node_modules/astro/tsconfigs/strictest.json",
|
||||
"exclude": ["cypress"]
|
||||
"exclude": ["cypress"],
|
||||
"compilerOptions": {
|
||||
"baseUrl": "src"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user