036f5a05e3
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
13 lines
315 B
JSON
13 lines
315 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"noUnusedParameters": false,
|
|
"tsBuildInfoFile": "../tmp/cache/streaming/tsconfig.tsbuildinfo",
|
|
"paths": {},
|
|
},
|
|
"include": ["./*.js", "./.eslintrc.cjs"],
|
|
}
|