13 lines
267 B
JSON
13 lines
267 B
JSON
// Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs.
|
|
|
|
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"~/*": ["src/*"]
|
|
},
|
|
"strictNullChecks": true
|
|
}
|
|
}
|