z0x.ca/tsconfig.json
z0x f0562309f2
All checks were successful
build dist / build-dist (push) Successful in 29s
fix(astro): remove astro checks
2025-03-23 11:33:18 -04:00

13 lines
241 B
JSON

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