{ "extends": "../../tsconfig.json", "compilerOptions": { "rootDir": "./src", "outDir": "./lib", "module": "CommonJS", "target": "ES6" }, "references": [ { "path": "../../src/tsconfig.cjs.json" } ] }