blog/tsconfig.json

16 lines
253 B
JSON

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