Home › Forums › Chart Support › Typescript TS7016: Could not find a declaration file for module ‘./canvasjs.min’ › Reply To: Typescript TS7016: 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