{
	"extends": "astro/tsconfigs/strict",
	"compilerOptions": {
		"strictNullChecks": true
	},
	"include": ["src/**/*", ".astro/**/*"],
	"exclude": ["node_modules", "dist"]
}
