{ "extends": "astro/tsconfigs/strict", "compilerOptions": { "strictNullChecks": true, "allowJs": true, "plugins": [ { "name": "@astrojs/ts-plugin" } ] }, "include": [ "src/**/**", "src/**/**/**", ] }