{
	"extends": "astro/tsconfigs/strict",
	"compilerOptions": {
		"strictNullChecks": true
	},
	"include": ["src/**/*", "astro.config.mjs", "emdash-env.d.ts"]
}
