Files
dpu-food-scanner/tsconfig.json
2025-11-21 00:58:30 +01:00

8 lines
125 B
JSON

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