bloginamatrix.xyz/tsconfig.json
2024-01-11 19:43:23 -05:00

7 lines
131 B
JSON

{
"extends": "astro/tsconfigs/base",
"compilerOptions": {
"strictNullChecks": true,
"allowJs": true
}
}