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
I'm not sure how to describe this better than TypeScript 5.0.4 can.
Here's the warning I get when I import 'jspdf-autotable' in a React tsx component.
Could not find a declaration file for module 'jspdf-autotable'. 'C:/Users/scott/Documents/projects/indysoftweb/IndySoftWebAPI/ClientApp/node_modules/.pnpm/registry.npmjs.org+jspdf-autotable@3.5.28_jspdf@2.5.1/node_modules/jspdf-autotable/dist/jspdf.plugin.autotable.js' implicitly has an 'any' type. There are types at 'c:/Users/scott/Documents/projects/indysoftweb/IndySoftWebAPI/ClientApp/packages/indysoft-react-main-app/node_modules/jspdf-autotable/dist/index.d.ts', but this result could not be resolved when respecting package.json "exports". The 'jspdf-autotable' library may need to update its package.json or typings.ts(7016)
This is definitely a typing issue from this package, since we don't have any local declarations for it.
The text was updated successfully, but these errors were encountered:
I'm not sure how to describe this better than TypeScript 5.0.4 can.
Here's the warning I get when I
import 'jspdf-autotable'
in a React tsx component.Could not find a declaration file for module 'jspdf-autotable'. 'C:/Users/scott/Documents/projects/indysoftweb/IndySoftWebAPI/ClientApp/node_modules/.pnpm/registry.npmjs.org+jspdf-autotable@3.5.28_jspdf@2.5.1/node_modules/jspdf-autotable/dist/jspdf.plugin.autotable.js' implicitly has an 'any' type. There are types at 'c:/Users/scott/Documents/projects/indysoftweb/IndySoftWebAPI/ClientApp/packages/indysoft-react-main-app/node_modules/jspdf-autotable/dist/index.d.ts', but this result could not be resolved when respecting package.json "exports". The 'jspdf-autotable' library may need to update its package.json or typings.ts(7016)
This is definitely a typing issue from this package, since we don't have any local declarations for it.
The text was updated successfully, but these errors were encountered: