mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 21:40:21 +00:00
egg-mock: set noImplicitAny: false (#34240)
egg-mock 3.* has a dependency on egg-logger 1.7.1, which has an implicit any error in its d.ts. Until somebody updates egg-mock types, I think it's fine to change this package to not give implicit-any errors.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"lib": [
|
||||
"es6"
|
||||
],
|
||||
"noImplicitAny": true,
|
||||
"noImplicitAny": false,
|
||||
"noImplicitThis": true,
|
||||
"strictNullChecks": false,
|
||||
"strictFunctionTypes": true,
|
||||
@@ -20,4 +20,4 @@
|
||||
"index.d.ts",
|
||||
"egg-mock-tests.ts"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user