Home › Forums › Chart Support › Could not find a declaration file for module ‘./canvasjs.min’. › Reply To: Could not find a declaration file for module ‘./canvasjs.min’.
@josefinanoya,
Glad that you figured it out. Adding "noImplicitAny": false, inside the compilerOptions in TypeScript Config file(tsconfig.json) seems to be working fine.
"noImplicitAny": false,
compilerOptions
—- Manoj Mohan Team CanvasJS