watzon.tech/tsconfig.json

7 lines
121 B
JSON
Raw Normal View History

2023-09-21 04:33:27 +00:00
{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
2023-12-09 00:46:05 +00:00
"strictNullChecks": true,
"jsx": "preserve"
2023-09-21 04:33:27 +00:00
}
}