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.37k stars 82 forks source link

Error: Cannot find name 'FileSystemDirectoryEntry' #140

Closed narasing494599 closed 1 year ago

narasing494599 commented 1 year ago

I installed the package in my angular application and when i am trying to build i get error Cannot find name 'FileSystemDirectoryEntry'

image
tomayac commented 1 year ago

This is actually a TypeScript issue. People have apparently solved it for Angular by following the steps outlined in this StackOverflow question.