tomodachi-share/frontend/tsconfig.json
2026-04-16 22:32:08 +01:00

14 lines
No EOL
211 B
JSON

{
"extends": "astro/tsconfigs/strict",
"include": [
".astro/types.d.ts",
"**/*"
],
"exclude": [
"dist"
],
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "react"
}
}