FUJI/tsconfig.json
2024-03-30 14:20:38 +08:00

6 lines
No EOL
89 B
JSON

{
"extends": "astro/tsconfigs/base",
"compilerOptions": {
"jsx": "preserve"
}
}