{
	"compilerOptions": {
		"module": "ES2022",
		"target": "ES2022",
		"moduleResolution": "node",
		"strict": true,
		"allowSyntheticDefaultImports": true,
		"skipLibCheck": true,
		"noImplicitAny": true,
		"strictNullChecks": true,
		"forceConsistentCasingInFileNames": true,
		"esModuleInterop": true,
		"rootDir": "src"
	},
	"include": ["src", "test"],
	"exclude": ["node_modules", "coverage", "dist", "docs"]
}
