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