oliverdavies.uk/tsconfig.json

13 lines
267 B
JSON
Raw Normal View History

2023-09-24 17:09:32 +00:00
// Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs.
2022-10-07 08:14:10 +00:00
{
2022-11-28 23:42:24 +00:00
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"~/*": ["src/*"]
},
"strictNullChecks": true
2022-11-28 23:42:24 +00:00
}
}