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