diff --git a/tsconfig.json b/tsconfig.json index b866f7e..0ee8791 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,7 @@ "strict": true, "inlineSources": true, "module": "ESNext", - "target": "ES2017", + "target": "ES2018", "allowJs": true, "moduleResolution": "Bundler", "importHelpers": true,