{
	"$schema": "https://typedoc.org/schema.json",
	"entryPoints": ["src/**/*.ts"],
	"exclude": ["**/node_modules/**/*", "src/**/*.test.ts"],
	"out": "./docs"
}
