{
	"extends": "./tsconfig.json",
	"compilerOptions": {
		"module": "esnext",
		"outDir": "dist/esm",
		"target": "esnext"
	}
}
