google / playground-elements

Serverless coding environments for the web.
BSD 3-Clause "New" or "Revised" License
535 stars 53 forks source link

Add `@types` packages support #360

Closed augustjk closed 1 year ago

augustjk commented 1 year ago

Fixes #246

Any @types packages listed in the project's package.json will now be fetched and included for TypeScript compilation.

Note: This does not automatically fetch any @types packages. It only fetches specifically listed packages.

Also minor changes to WTR config as I was having trouble getting it to pass locally.