Files
angular-challenges/docs/tsconfig.json
2024-03-28 08:47:21 +01:00

8 lines
125 B
JSON

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