2023-11-28 06:09:21 -08:00
|
|
|
{
|
|
|
|
"extends": "../tsconfig.json",
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "esnext",
|
2024-02-27 06:59:20 -08:00
|
|
|
"module": "NodeNext",
|
|
|
|
"moduleResolution": "NodeNext",
|
2023-11-28 06:09:21 -08:00
|
|
|
"noUnusedParameters": false,
|
2024-01-12 01:09:57 -08:00
|
|
|
"tsBuildInfoFile": "../tmp/cache/streaming/tsconfig.tsbuildinfo",
|
2024-02-27 08:07:43 -08:00
|
|
|
"paths": {}
|
2023-11-28 06:09:21 -08:00
|
|
|
},
|
2024-02-27 08:07:43 -08:00
|
|
|
"include": ["./*.js", "./.eslintrc.cjs"]
|
2023-11-28 06:09:21 -08:00
|
|
|
}
|