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