BangSo/apps/www/tsconfig.json

10 lines
192 B
JSON
Raw Permalink Normal View History

2026-09-01 16:51:19 +00:00
{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "react"
},
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"]
}