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