When i can get build i get this error
src/browser.ts:28:31 - error TS2339: Property 'getSystemDirectory' does not exist on type '{ new (): FileSystemDirectoryHandle; prototype: FileSystemDirectoryHandle; }'.
28 FileSystemDirectoryHandle.getSystemDirectory({
~~~~~~~~~~~~~~~~~~
src/browser.ts:46:36 - error TS2552: Cannot find name 'FileSystemHandleKind'. Did you mean 'FileSystemHandleUnion'?
46 get(this: FileSystemHandle): FileSystemHandleKind {
~~~~~~~~~~~~~~~~~~~~