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