{
	"format": ["esm", "cjs"],
	"sourcemap": true,
	"dts": true,
	"entryPoints": ["src/index.ts", "src/worker.ts", "src/providers.ts"],
	"splitting": false,
	"clean": true,
	"noExternal": ["jwt-decode"]
}
