atri.dad/tsconfig.json

8 lines
154 B
JSON
Raw Normal View History

2023-04-20 04:20:00 -06:00
{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"strictNullChecks": true,
"jsx": "react-jsx",
"jsxImportSource": "react"
}
}