summaryrefslogtreecommitdiffstats
path: root/streaming/tsconfig.json
blob: 37e9a7fee026e3cc01517d501b2e70bafc59c3d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "target": "esnext",
    "module": "NodeNext",
    "moduleResolution": "NodeNext",
    "noUnusedParameters": false,
    "tsBuildInfoFile": "../tmp/cache/streaming/tsconfig.tsbuildinfo",
    "paths": {}
  },
  "include": ["./*.js", "./.eslintrc.cjs"]
}