chore: fix lint error for script dir (#55022)

* chore: fix lint error for script dir

* chore: update
This commit is contained in:
Wanpan
2025-09-16 13:29:21 +08:00
committed by GitHub
parent c172411eb4
commit 90cacd5e45

View File

@@ -1,22 +0,0 @@
{
"compilerOptions": {
"incremental": true,
"target": "ES2015",
"module": "commonjs",
"resolveJsonModule": true,
"typeRoots": ["../node_modules/@types"],
"types": ["node", "jest"],
"allowJs": true,
"strict": true,
"declaration": false,
"importHelpers": false,
"noEmitOnError": false,
"sourceMap": false,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"skipDefaultLibCheck": true,
"skipLibCheck": true
},
"include": ["./"],
"exclude": ["**/node_modules", "**/*.js"]
}