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
Can you provide typescript support for this package? I can't use
import SvelteFC, { fcRoot } from 'svelte-fusioncharts';
as the compiler wont let me go through. Is this an issue for everyone with checkJS true in the compiler options or am i doing something wrong? The error i get is the following:
Could not find a declaration file for module 'svelte-fusioncharts'. '/Users/afonsopereira/Desktop/leipt/node_modules/svelte-fusioncharts/index.js' implicitly has an 'any' type.
Try npm i --save-dev @types/svelte-fusioncharts if it exists or add a new declaration (.d.ts) file containing declare module 'svelte-fusioncharts';
The text was updated successfully, but these errors were encountered:
Can you provide typescript support for this package? I can't use
import SvelteFC, { fcRoot } from 'svelte-fusioncharts';
as the compiler wont let me go through. Is this an issue for everyone with checkJS true in the compiler options or am i doing something wrong? The error i get is the following:
Could not find a declaration file for module 'svelte-fusioncharts'. '/Users/afonsopereira/Desktop/leipt/node_modules/svelte-fusioncharts/index.js' implicitly has an 'any' type.
Try
npm i --save-dev @types/svelte-fusioncharts
if it exists or add a new declaration (.d.ts) file containingdeclare module 'svelte-fusioncharts';
The text was updated successfully, but these errors were encountered: