Use ES2020 type definitions

This commit is contained in:
Evan Hahn 2021-05-04 17:10:00 -05:00 committed by GitHub
parent b9bc957299
commit f28be83afa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
// Specify library files to be included in the compilation.
"lib": [
"dom", // Required to access `window`
"es2017" // Required by `@sindresorhus/is`
"es2020"
],
"incremental": true,
// "allowJs": true, // Allow javascript files to be compiled.