diff --git a/tsconfig.json b/tsconfig.json index 5f976c49ef..028f8d98ea 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,9 +10,9 @@ "emitDecoratorMetadata": true, "experimentalDecorators": true, "importHelpers": true, - "target": "ES2015", + "target": "ES6", "esModuleInterop": true, - "module": "CommonJS", + "module": "ES6", "lib": [ "es2017", "dom",