2023-11-28 08:09:21 -06:00
|
|
|
{
|
|
|
|
"extends": "../tsconfig.json",
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "esnext",
|
|
|
|
"module": "CommonJS",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"noUnusedParameters": false,
|
2024-01-12 03:09:57 -06:00
|
|
|
"tsBuildInfoFile": "../tmp/cache/streaming/tsconfig.tsbuildinfo",
|
2023-11-28 08:09:21 -06:00
|
|
|
"paths": {}
|
|
|
|
},
|
|
|
|
"include": ["./*.js", "./.eslintrc.js"]
|
|
|
|
}
|