watzon.tech/tsconfig.json

7 lines
121 B
JSON

{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"strictNullChecks": true,
"jsx": "preserve"
}
}