diff options
| author | tamaina <tamaina@hotmail.co.jp> | 2022-05-01 15:08:25 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-01 15:08:25 +0900 |
| commit | c5048ee9935869e793bc941fda326d83d18ebbe8 (patch) | |
| tree | 5c1df069741ecbd3548a702da683baf53d3bae5c /packages/client/tsconfig.json | |
| parent | ressurect deepcopy (diff) | |
| parent | refactor(client): refactor import-export to use Composition API (#8579) (diff) | |
| download | misskey-c5048ee9935869e793bc941fda326d83d18ebbe8.tar.gz misskey-c5048ee9935869e793bc941fda326d83d18ebbe8.tar.bz2 misskey-c5048ee9935869e793bc941fda326d83d18ebbe8.zip | |
Merge branch 'develop' into pizzax-indexeddb
Diffstat (limited to 'packages/client/tsconfig.json')
| -rw-r--r-- | packages/client/tsconfig.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/client/tsconfig.json b/packages/client/tsconfig.json index f344ae09c6..a06b0356cb 100644 --- a/packages/client/tsconfig.json +++ b/packages/client/tsconfig.json @@ -29,8 +29,7 @@ ], "lib": [ "esnext", - "dom", - "webworker" + "dom" ] }, "compileOnSave": false, |