diff --git a/apps/automated/tsconfig.json b/apps/automated/tsconfig.json index 6fc4c73a2..527674cc7 100644 --- a/apps/automated/tsconfig.json +++ b/apps/automated/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { - "module": "commonjs", - "target": "es5", + "target": "ES2017", + "module": "esnext", "moduleResolution": "node", "experimentalDecorators": true, "emitDecoratorMetadata": true, diff --git a/apps/playground/tsconfig.json b/apps/playground/tsconfig.json index 6fc4c73a2..527674cc7 100644 --- a/apps/playground/tsconfig.json +++ b/apps/playground/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { - "module": "commonjs", - "target": "es5", + "target": "ES2017", + "module": "esnext", "moduleResolution": "node", "experimentalDecorators": true, "emitDecoratorMetadata": true, diff --git a/apps/ui/tsconfig.json b/apps/ui/tsconfig.json index 296f39967..4b49d30f6 100644 --- a/apps/ui/tsconfig.json +++ b/apps/ui/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { - "module": "commonjs", - "target": "es5", + "target": "ES2017", + "module": "esnext", "moduleResolution": "node", "experimentalDecorators": true, "emitDecoratorMetadata": true,