{ "extends": "./tsconfig.base.json", "compilerOptions": { "module": "commonjs", "target": "es2021", "outDir": "lib/cjs/", "rootDir": "./src" } }