blog/tsconfig.json

12 lines
196 B
JSON
Raw Normal View History

{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"strictNullChecks": true,
"allowJs": true,
"plugins": [
{
"name": "@astrojs/ts-plugin"
}
]
}
}