5616167358
* refactor: about.md -> about.astro * chore: add strictNullChecks * fix: format date on blog post layout
6 lines
98 B
JSON
6 lines
98 B
JSON
{
|
|
"extends": "astro/tsconfigs/base",
|
|
"compilerOptions": {
|
|
"strictNullChecks": true,
|
|
}
|
|
}
|