limepot-xyz/tsconfig.json
2024-04-17 03:25:55 -06:00

6 lines
97 B
JSON
Executable file

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