{ "extends": "astro/tsconfigs/base", "compilerOptions": { "strictNullChecks": true, "allowJs": true, "baseUrl": ".", "paths": { "~/*": ["src/*"] } }, "include": [".astro/types.d.ts", "**/*"], "exclude": ["dist/"] }