Use ES2020 type definitions
This commit is contained in:
parent
b9bc957299
commit
f28be83afa
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue