diff --git a/packages/server/tsconfig.json b/packages/server/tsconfig.json index 694900027..bd6dbc168 100644 --- a/packages/server/tsconfig.json +++ b/packages/server/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "es5", + "target": "es6", "module": "commonjs", "lib": ["es6"], "allowJs": true,