jhunterdeloche.com/tsconfig.json

12 lines
193 B
JSON
Raw Permalink Normal View History

2024-04-02 02:34:10 +00:00
{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"jsx": "preserve",
2024-04-04 20:13:26 +00:00
"jsxImportSource": "solid-js",
"baseUrl": ".",
"paths": {
"@/*": ["src/*"],
}
2024-04-02 02:34:10 +00:00
}
2024-04-04 20:13:26 +00:00
}