{ "extends": "./tsconfig.json", "compilerOptions": { "module": "CommonJS", "outDir": "./cjs", "rootDir": "src" }, "exclude": ["**/*.test.ts"] }