{
    "extends": "../../tsproject.json",
    "compilerOptions": {
        "module": "CommonJS",
        "target": "ES5",
        "esModuleInterop": true,
        "lib": ["DOM", "ES2021"],
        "outDir": "../../dist/bin",
        "rootDir": "."
    }
}
