From dce812661cdb86f59bc476b05328ff8f5179dd31 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Thu, 23 Jul 2020 16:41:46 -0700 Subject: [PATCH] chore: cleanup --- apps/automated/tsconfig.json | 4 ++-- apps/playground/tsconfig.json | 4 ++-- apps/ui/tsconfig.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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,