diff --git a/tsconfig.json b/tsconfig.json index 1e50fdab..309ef359 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,10 @@ "removeComments": true, "sourceMap": true, "strictNullChecks": true, - "outDir": "./build/src/" + "outDir": "./build/src/", + "lib": [ + "es2015", + ] }, "include": [ "src/**/*.ts",