diff options
author | Ajay Ramachandran <[email protected]> | 2021-09-01 19:51:42 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2021-09-01 22:00:48 -0400 |
commit | f31c2985e2e87a92bc5460d45021fd23db888738 (patch) | |
tree | ef78ae18f1345e2976a53c4ca71a838bb869f84d /tsconfig.json | |
parent | 34cfd14e74f10e62c4a42f3ef9bea61bb6fc111b (diff) | |
download | SponsorBlock-f31c2985e2e87a92bc5460d45021fd23db888738.tar.gz SponsorBlock-f31c2985e2e87a92bc5460d45021fd23db888738.zip |
Add silent skipping to scheduler
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index 8fa7472c..55769505 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,6 +8,11 @@ "noEmitOnError": false, "typeRoots": [ "node_modules/@types" ], "resolveJsonModule": true, - "jsx": "react" + "jsx": "react", + "lib": [ + "es2019", + "dom", + "dom.iterable" + ] } }
\ No newline at end of file |