blob: e9e1143b1d601000cb19a20c60256dc99f44e490 [file] [log] [blame]
Samuel Shuert86826b82024-04-27 16:14:20 -04001{
2 "extends": "astro/tsconfigs/strictest",
3 "compilerOptions": {
4 "strictNullChecks": true
5 }
6}