mirror of
https://github.com/ant-design/ant-design.git
synced 2026-02-09 02:49:18 +08:00
This reverts commit 6759887c44.
This commit is contained in:
@@ -18,11 +18,10 @@
|
||||
"noUnusedParameters": true,
|
||||
"noUnusedLocals": true,
|
||||
"noImplicitAny": true,
|
||||
"target": "es2017",
|
||||
"target": "es6",
|
||||
"lib": ["dom", "es2017"],
|
||||
"skipLibCheck": true,
|
||||
"stripInternal": true,
|
||||
"types": ["vitest/globals"]
|
||||
"stripInternal": true
|
||||
},
|
||||
"exclude": ["node_modules", "lib", "es"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user