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

View File

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