diff --git a/packages/sharing-editor/tsconfig.json b/packages/sharing-editor/tsconfig.json index 06a02d3a7..560828323 100644 --- a/packages/sharing-editor/tsconfig.json +++ b/packages/sharing-editor/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "es5", + "target": "es6", "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true, "skipLibCheck": true,