titanflow-landing/tsconfig.json
2026-01-28 07:00:43 -07:00

8 lines
145 B
JSON

{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"strict": true,
"skipLibCheck": true,
"resolveJsonModule": true
}
}