GoogleChromeLabs / browser-fs-access

File System Access API with legacy fallback in the browser
https://googlechromelabs.github.io/browser-fs-access/demo/
Apache License 2.0
1.38k stars 84 forks source link

Fix build: tell Microbundle not to generate types #99

Closed developit closed 2 years ago

developit commented 2 years ago

By default, if there's a "types" field in your package.json, Microbundle will try to generate that file from JS/TS source annotations.

Fixes #98