Files
ob248.com/tsconfig.json
Oliver Bryan 10ce0f65c9 biome setup
2026-01-14 23:17:45 +00:00

10 lines
210 B
JSON

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