diff options
Diffstat (limited to 'client/tsconfig.json')
-rw-r--r-- | client/tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/tsconfig.json b/client/tsconfig.json index 4850356..e638afd 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json @@ -5,7 +5,7 @@ "outDir": "./js", "allowJs": false, "module": "es6", - "target": "es6" + "target": "es2017" }, "include": ["./**/*"] } |