Files
softclick-landing/tsconfig.json
2026-04-04 13:56:38 +03:00

9 lines
168 B
JSON

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