Use ES2020 type definitions
This commit is contained in:
@@ -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.
|
||||||
|
Reference in New Issue
Block a user