mirror of
https://github.com/maciejpedzich/maciejpedzi.ch.git
synced 2024-11-10 00:13:02 +01:00
6 lines
98 B
JSON
6 lines
98 B
JSON
|
{
|
||
|
"extends": "astro/tsconfigs/strict",
|
||
|
"compilerOptions": {
|
||
|
"strictNullChecks": true
|
||
|
}
|
||
|
}
|