{ "extends": "astro/tsconfigs/strict", "include": [ ".astro/types.d.ts", "**/*" ], "exclude": [ "dist" ], "compilerOptions": { "strictNullChecks": true, "jsx": "react-jsx", "jsxImportSource": "react", "baseUrl": ".", "paths": { "@/*": ["src/*"], "@components/*": [ "src/components/*" ], "@images/*": [ "src/assets/images/*" ], "@consts": [ "src/consts" ] } } }