{ "extends": "./tsconfig-base.json", "exclude": ["src/bin.ts"], "compilerOptions": { "module": "esnext", "outDir": "dist/mjs" } }