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:
parent
6711a1f941
commit
1a87c0d475
@ -1,4 +1,7 @@
|
||||
{
|
||||
"extends": "./node_modules/astro/tsconfigs/strictest.json",
|
||||
"exclude": ["cypress"]
|
||||
"exclude": ["cypress"],
|
||||
"compilerOptions": {
|
||||
"baseUrl": "src"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user