{
    "extends": "./tsconfig-base.json",
    "compilerOptions": {
        "module": "commonjs",
        "outDir": "dist/cjs",
        "target": "ES2020"
    },
    "exclude": [
        "node_modules",
        "dist",
        "numkong-browser.ts"
    ]
}