tech-test-1777893946732/tsconfig.json

14 lines
211 B
JSON
Raw Permalink Normal View History

2026-05-04 11:25:47 +00:00
{
"extends": "astro/tsconfigs/strict",
"include": [
".astro/types.d.ts",
"**/*"
],
"exclude": [
"dist"
],
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "react"
}
}