From cf26bc06c7cd07e4ecba497efdba144ffddeef7e Mon Sep 17 00:00:00 2001 From: Justin Wilaby Date: Wed, 1 Aug 2018 15:19:44 -0700 Subject: [PATCH] Target changed to es2017 --- package.json | 1 + packages/app/client/tsconfig.json | 2 +- packages/app/shared/tsconfig.json | 2 +- packages/emulator/cli/tsconfig.json | 2 +- packages/emulator/core/tsconfig.json | 2 +- packages/extensions/debug/client/tsconfig.json | 2 +- packages/extensions/debug/main/tsconfig.json | 2 +- packages/extensions/luis/client/tsconfig.json | 2 +- packages/extensions/qnamaker/client/tsconfig.json | 2 +- packages/sdk/client/tsconfig.json | 2 +- packages/sdk/main/tsconfig.json | 2 +- packages/sdk/shared/tsconfig.json | 2 +- packages/sdk/ui-react/tsconfig.json | 2 +- tsconfig.json | 2 +- 14 files changed, 14 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 505d425f..e6ae28bf 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "transform": { "^.+\\.(tsx?|jsx?)$": "ts-jest" }, + "testURL": "http://localhost", "testMatch": [ "/packages/**/src/**/?(*.)(spec|test).(ts)?(x)" ], diff --git a/packages/app/client/tsconfig.json b/packages/app/client/tsconfig.json index 7946c77f..8a8a6e33 100644 --- a/packages/app/client/tsconfig.json +++ b/packages/app/client/tsconfig.json @@ -3,7 +3,7 @@ "baseUrl": ".", "outDir": "build/dist", "module": "esnext", - "target": "es6", + "target": "es2017", "lib": ["es6", "dom", "es2015", "esnext"], "sourceMap": true, "allowJs": true, diff --git a/packages/app/shared/tsconfig.json b/packages/app/shared/tsconfig.json index ebc2fc28..0a20ab0f 100644 --- a/packages/app/shared/tsconfig.json +++ b/packages/app/shared/tsconfig.json @@ -4,7 +4,7 @@ "module": "commonjs", "moduleResolution": "node", "preserveConstEnums": true, - "target": "es6", + "target": "es2017", "lib": ["es6"], "rootDir": "src", "sourceMap": true, diff --git a/packages/emulator/cli/tsconfig.json b/packages/emulator/cli/tsconfig.json index be1e2142..37c85bd7 100644 --- a/packages/emulator/cli/tsconfig.json +++ b/packages/emulator/cli/tsconfig.json @@ -11,7 +11,7 @@ "moduleResolution": "node", "pretty": true, "skipLibCheck": true, - "target": "es6", + "target": "es2017", "types": [ "node" ] diff --git a/packages/emulator/core/tsconfig.json b/packages/emulator/core/tsconfig.json index dd0c87a5..5634e1d9 100644 --- a/packages/emulator/core/tsconfig.json +++ b/packages/emulator/core/tsconfig.json @@ -11,7 +11,7 @@ "moduleResolution": "node", "pretty": true, "skipLibCheck": true, - "target": "es6", + "target": "es2017", "types": [ "node" ], diff --git a/packages/extensions/debug/client/tsconfig.json b/packages/extensions/debug/client/tsconfig.json index 80b02871..f14c6b24 100644 --- a/packages/extensions/debug/client/tsconfig.json +++ b/packages/extensions/debug/client/tsconfig.json @@ -3,7 +3,7 @@ "baseUrl": ".", "outDir": "build/dist", "module": "esnext", - "target": "es6", + "target": "es2017", "lib": ["es6", "dom", "es2015", "esnext"], "sourceMap": true, "allowJs": true, diff --git a/packages/extensions/debug/main/tsconfig.json b/packages/extensions/debug/main/tsconfig.json index bef3b6f7..b32a1040 100644 --- a/packages/extensions/debug/main/tsconfig.json +++ b/packages/extensions/debug/main/tsconfig.json @@ -4,7 +4,7 @@ "module": "commonjs", "moduleResolution": "node", "preserveConstEnums": true, - "target": "es6", + "target": "es2017", "lib": ["es6"], "rootDir": "src", "sourceMap": true, diff --git a/packages/extensions/luis/client/tsconfig.json b/packages/extensions/luis/client/tsconfig.json index 165cccc7..a6e16dd6 100644 --- a/packages/extensions/luis/client/tsconfig.json +++ b/packages/extensions/luis/client/tsconfig.json @@ -3,7 +3,7 @@ "baseUrl": ".", "outDir": "build/dist", "module": "esnext", - "target": "es6", + "target": "es2017", "lib": [ "es6", "dom" diff --git a/packages/extensions/qnamaker/client/tsconfig.json b/packages/extensions/qnamaker/client/tsconfig.json index 839b5fd0..15777b61 100644 --- a/packages/extensions/qnamaker/client/tsconfig.json +++ b/packages/extensions/qnamaker/client/tsconfig.json @@ -3,7 +3,7 @@ "baseUrl": ".", "outDir": "build/dist", "module": "esnext", - "target": "es6", + "target": "es2017", "lib": [ "es6", "es2015.promise", diff --git a/packages/sdk/client/tsconfig.json b/packages/sdk/client/tsconfig.json index ebc2fc28..0a20ab0f 100644 --- a/packages/sdk/client/tsconfig.json +++ b/packages/sdk/client/tsconfig.json @@ -4,7 +4,7 @@ "module": "commonjs", "moduleResolution": "node", "preserveConstEnums": true, - "target": "es6", + "target": "es2017", "lib": ["es6"], "rootDir": "src", "sourceMap": true, diff --git a/packages/sdk/main/tsconfig.json b/packages/sdk/main/tsconfig.json index bef3b6f7..b32a1040 100644 --- a/packages/sdk/main/tsconfig.json +++ b/packages/sdk/main/tsconfig.json @@ -4,7 +4,7 @@ "module": "commonjs", "moduleResolution": "node", "preserveConstEnums": true, - "target": "es6", + "target": "es2017", "lib": ["es6"], "rootDir": "src", "sourceMap": true, diff --git a/packages/sdk/shared/tsconfig.json b/packages/sdk/shared/tsconfig.json index ebc2fc28..0a20ab0f 100644 --- a/packages/sdk/shared/tsconfig.json +++ b/packages/sdk/shared/tsconfig.json @@ -4,7 +4,7 @@ "module": "commonjs", "moduleResolution": "node", "preserveConstEnums": true, - "target": "es6", + "target": "es2017", "lib": ["es6"], "rootDir": "src", "sourceMap": true, diff --git a/packages/sdk/ui-react/tsconfig.json b/packages/sdk/ui-react/tsconfig.json index 8bd27a50..dbfa8286 100644 --- a/packages/sdk/ui-react/tsconfig.json +++ b/packages/sdk/ui-react/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "outDir": "built", "module": "esnext", - "target": "es6", + "target": "es2017", "lib": ["es6", "dom", "es2015"], "sourceMap": true, "jsx": "react", diff --git a/tsconfig.json b/tsconfig.json index a16a7dbf..cf710967 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,7 @@ "baseUrl": ".", "outDir": "build/dist", "module": "esnext", - "target": "es6", + "target": "es2017", "lib": ["es6", "dom", "es2015", "esnext"], "sourceMap": true, "allowJs": true,