laconic-astrowind/tsconfig.json
2026-01-07 14:23:20 -05:00

14 lines
251 B
JSON

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