subscription/tsconfig.json
2025-09-21 21:06:02 +01:00

7 lines
105 B
JSON

{
"compilerOptions": {
"strict": true,
"jsx": "react-jsx",
"jsxImportSource": "react"
}
}