jhunterdeloche.com/tsconfig.json

7 lines
126 B
JSON
Raw Normal View History

2024-04-02 02:34:10 +00:00
{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"jsx": "preserve",
"jsxImportSource": "solid-js"
}
}