Files
archived-spongebin/tsconfig.json
2024-08-18 21:03:46 -04:00

8 lines
125 B
JSON

{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"jsx": "preserve",
"jsxImportSource": "preact"
}
}