{ "extends": "./tsconfig.json", "compilerOptions": { "module": "CommonJS", "moduleResolution": "node", "outDir": "./dist/cjs" }, "exclude": ["node_modules", "dist", "tests", "**/*.test.ts"] }