FUJI/tsconfig.json
2024-05-13 02:15:13 +08:00

7 lines
No EOL
123 B
JSON

{
"extends": "astro/tsconfigs/base",
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "react",
}
}