Kremta-Website/tsconfig.json

10 lines
192 B
JSON
Raw Normal View History

2025-10-06 12:54:47 +00:00
{
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"],
2025-10-06 12:54:47 +00:00
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "react"
}
2025-10-06 12:54:47 +00:00
}