From 4ce79d240aba438188863d8b93f6ed86ffbfe09d Mon Sep 17 00:00:00 2001 From: Vinicius Fortuna Date: Sat, 25 Apr 2020 18:57:53 -0400 Subject: [PATCH] Target ES6 --- tsconfig.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 1687e7e5..f6df733a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "es5", + "target": "es6", "removeComments": false, "noImplicitAny": true, "noImplicitThis": true, @@ -8,13 +8,6 @@ "rootDir": "src", "outDir": "build/server_manager/web_app/js", "sourceMap": true, - "lib": [ - "dom", - "es5", - "es2015.promise", - "es2015.iterable", - "es2016" - ] }, "include": [ "src/**/*.ts"