diff --git a/tsconfig.json b/tsconfig.json index 4ffb0e0..d75d7e2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "extends": "astro/tsconfigs/strict", "compilerOptions": { "strictNullChecks": true - } + }, "files": [ "consts.ts" ]