{ "extends": "astro/tsconfigs/strict", "include": [".astro/types.d.ts", "**/*"], "exclude": ["dist"], "compilerOptions": { "strictNullChecks": true, "paths": { "@/*": ["./src/*"], "assets/*": ["./src/assets/*"], }, }, }