pollo/tsconfig.json
2023-04-20 04:20:00 -06:00

8 lines
No EOL
154 B
JSON

{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"strictNullChecks": true,
"jsx": "react-jsx",
"jsxImportSource": "react"
}
}