new-horizons/docs/tsconfig.json
2023-07-02 22:09:01 -04:00

9 lines
166 B
JSON

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