lostintangent / codeswing

VS Code extension for building web applications ("swings") using a interactive and editor-integrated coding environment
https://aka.ms/codeswing
MIT License
977 stars 46 forks source link

Referencing type declarations #69

Closed TFTomSun closed 8 months ago

TFTomSun commented 2 years ago

I would like to import / reference the type declarations of this package: https://www.npmjs.com/package/@types/fabric

The unpkg url is: https://unpkg.com/@types/fabric@4.5.7/index.d.ts

I didn't find any possibility how this can be achieved. When I try to add the library as module, it isn't found.

jasonwilliams commented 1 year ago

This sounds related to https://github.com/lostintangent/codeswing/issues/25

lostintangent commented 8 months ago

In the next release, you won't need to explicitly reference type definitions, since they'll be referenced automatically