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-01-23 03:44:50 -08:00
|
|
|
"paths": {},
|
2023-11-28 06:09:21 -08:00
|
|
|
},
|
2024-02-27 06:59:20 -08:00
|
|
|
"include": ["./*.js", "./.eslintrc.cjs"],
|
2023-11-28 06:09:21 -08:00
|
|
|
}
|