Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

197
Views
Could not find a declaration file for module '@editorjs/image'

I am using editorjs in my project and there are no typescript files in my project. Could not find a declaration file for module '@editorjs/image'. 'node_modules/@editorjs/image/dist/bundle.js' implicitly has an 'any' type. Try npm i --save-dev @types/editorjs__image if it exists or add a new declaration (.d.ts) file containing declare module '@editorjs/image';ts(7016) No quick fixes are available. The typescript package is not available and when I am creating .d.ts file in the project declare module "@editorjs/image" but it is not referring to the editorjs/image package for the usage.

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

The problem is that the .d.ts file you've created in the project should also be listed as a part of your project in your tsconfig.json:

  "include": [
    "**/*.ts",
    "**/*.tsx",
    "global.d.ts" // << specify your file here
  ],
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!