{
    "extends": "./tsconfig.json",
    "compilerOptions": {
        "outDir": "../dist/cjs",
        "module": "CommonJS",
    }
}