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