astro/examples/with-markdoc/tsconfig.json
2023-03-03 08:39:40 -05:00

6 lines
97 B
JSON

{
"extends": "astro/tsconfigs/base",
"compilerOptions": {
"strictNullChecks": true
}
}