Rich-Harris / pancake

Experimental charting library for Svelte
MIT License
1.29k stars 61 forks source link

VSCode shows module '@sveltejs/pancake' or its corresponding type declarations #41

Open shaozi opened 2 years ago

shaozi commented 2 years ago

I did npm install -d '@sveltejs/pancake' in my project. In vscode, it marks the import * as Pancake from '@sveltejs/pancake' as error, saying module '@sveltejs/pancake' or its corresponding type declarations. I am using typescript.

screenshot of vscode:

Screen Shot 2022-04-10 at 6 22 20 PM
Joehoel commented 2 years ago

Thats because the package is written in pure JavaScript and has no types.