Remove support for some older browsers that probably didn’t wor… (#1080)

This commit is contained in:
Jed Fox 2020-03-25 11:42:16 -04:00 committed by GitHub
parent 12d7550958
commit 5b9c18a8b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 7 deletions

View file

@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es5",
"target": "es6",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,