home.arpa/tsconfig.json
z0x b58637ee69
All checks were successful
build dist / build-dist (push) Successful in 27s
style(index): switch to shadcn/ui zinc theme
2025-04-01 21:06:20 -04:00

13 lines
255 B
JSON

{
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"],
"compilerOptions": {
"strictNullChecks": true,
"allowImportingTsExtensions": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}