fix(stage-ui): missing tsconfig DOM.AsyncIterable for OPFS
This commit is contained in:
@@ -6,7 +6,7 @@ interface OPFSContext extends Live2DFactoryContext {
|
||||
|
||||
declare global {
|
||||
interface FileSystemDirectoryHandle {
|
||||
values: () => AsyncIterableIterator<FileSystemDirectoryHandle | FileSystemFileHandle>
|
||||
values: () => FileSystemDirectoryHandleAsyncIterator<FileSystemHandle>
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
"jsx": "preserve",
|
||||
"lib": [
|
||||
"DOM",
|
||||
"ESNext"
|
||||
"ESNext",
|
||||
"DOM.AsyncIterable"
|
||||
],
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Bundler",
|
||||
|
||||
Reference in New Issue
Block a user