You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error TS7016: Could not find a declaration file for module './src/render/utils'. '.../node_modules/swagger-typescript-api/src/render/utils/index.js' implicitly has an 'any' type.
This line seems to be the only one that does a dynamic import of types from a JS file.
I have this error when
noImplicitAny
is enabled.This line seems to be the only one that does a dynamic import of types from a JS file.
swagger-typescript-api/index.d.ts
Line 313 in 35b08b1
The text was updated successfully, but these errors were encountered: