I have this error when noImplicitAny is enabled.
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.
|
utils: typeof import("./src/render/utils"); |