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