diff options
| author | woxtu <woxtup@gmail.com> | 2024-06-19 12:19:38 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-19 12:19:38 +0900 |
| commit | 77ae69355c706a5024fae3d645e2f8ef5f436fbf (patch) | |
| tree | 46d4a9b4fe0baf822f6ccd6c585d40ae9aa682b3 | |
| parent | Add missing styles (#14031) (diff) | |
| download | sharkey-77ae69355c706a5024fae3d645e2f8ef5f436fbf.tar.gz sharkey-77ae69355c706a5024fae3d645e2f8ef5f436fbf.tar.bz2 sharkey-77ae69355c706a5024fae3d645e2f8ef5f436fbf.zip | |
Enable to iterate over DOM collections (#14040)
| -rw-r--r-- | packages/frontend/tsconfig.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/frontend/tsconfig.json b/packages/frontend/tsconfig.json index 819629a9cf..187a2473ba 100644 --- a/packages/frontend/tsconfig.json +++ b/packages/frontend/tsconfig.json @@ -37,7 +37,8 @@ ], "lib": [ "esnext", - "dom" + "dom", + "dom.iterable" ], "jsx": "preserve" }, |