diff --git a/tsconfig.json b/tsconfig.json index da462261..0312b5cc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,7 @@ "target": "ES2018", // "sourceMap": true, "noEmitOnError": true, - "lib": ["ES2015", "dom"], + "lib": ["ES2019", "dom"], "moduleResolution": "node", "declaration": true, "removeComments": false,