{ "extends": "../tsconfig.json", "compilerOptions": { "target": "esnext", "module": "CommonJS", "moduleResolution": "node", "noUnusedParameters": false, "tsBuildInfoFile": "../tmp/cache/streaming/tsconfig.tsbuildinfo", "paths": {}, }, "include": ["./*.js", "./.eslintrc.js"], }