new-horizons/docs/tsconfig.json
2023-07-01 11:50:46 -04:00

8 lines
147 B
JSON

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