bloginamatrix.xyz/tsconfig.json

7 lines
131 B
JSON
Raw Permalink Normal View History

{
"extends": "astro/tsconfigs/base",
"compilerOptions": {
2024-01-11 19:43:23 -05:00
"strictNullChecks": true,
"allowJs": true
}
}