mirror of
https://github.com/ant-design/ant-design.git
synced 2026-02-09 02:49:18 +08:00
chore: fix lint error for script dir (#55022)
* chore: fix lint error for script dir * chore: update
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
Reference in New Issue
Block a user