template-web-astro/tsconfig.json
Florian Bouillon 1a87c0d475
All checks were successful
Build, check & Test / run (push) Successful in 1m28s
feat: add a base URL so imports are cleaner
2023-10-02 08:15:37 +00:00

8 lines
134 B
JSON

{
"extends": "./node_modules/astro/tsconfigs/strictest.json",
"exclude": ["cypress"],
"compilerOptions": {
"baseUrl": "src"
}
}