z0x.ca/tsconfig.json
z0x d531e4cac9
All checks were successful
build dist / build-dist (push) Successful in 29s
fix biomejs
2025-04-04 23:42:23 -04:00

13 lines
259 B
JSON

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