Skip to content

Commit 40f52db

Browse files
authored
chore: target ES2018 in clients (#1560)
1 parent 0def114 commit 40f52db

File tree

225 files changed

+225
-225
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

225 files changed

+225
-225
lines changed

clients/client-accessanalyzer/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"alwaysStrict": true,
4-
"target": "es2017",
4+
"target": "ES2018",
55
"module": "commonjs",
66
"declaration": true,
77
"strict": true,

clients/client-acm-pca/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"alwaysStrict": true,
4-
"target": "es2017",
4+
"target": "ES2018",
55
"module": "commonjs",
66
"declaration": true,
77
"strict": true,

clients/client-acm/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"alwaysStrict": true,
4-
"target": "es2017",
4+
"target": "ES2018",
55
"module": "commonjs",
66
"declaration": true,
77
"strict": true,

clients/client-alexa-for-business/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"alwaysStrict": true,
4-
"target": "es2017",
4+
"target": "ES2018",
55
"module": "commonjs",
66
"declaration": true,
77
"strict": true,

clients/client-amplify/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"alwaysStrict": true,
4-
"target": "es2017",
4+
"target": "ES2018",
55
"module": "commonjs",
66
"declaration": true,
77
"strict": true,

clients/client-api-gateway/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"alwaysStrict": true,
4-
"target": "es2017",
4+
"target": "ES2018",
55
"module": "commonjs",
66
"declaration": true,
77
"strict": true,

clients/client-apigatewaymanagementapi/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"alwaysStrict": true,
4-
"target": "es2017",
4+
"target": "ES2018",
55
"module": "commonjs",
66
"declaration": true,
77
"strict": true,

clients/client-apigatewayv2/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"alwaysStrict": true,
4-
"target": "es2017",
4+
"target": "ES2018",
55
"module": "commonjs",
66
"declaration": true,
77
"strict": true,

clients/client-app-mesh/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"alwaysStrict": true,
4-
"target": "es2017",
4+
"target": "ES2018",
55
"module": "commonjs",
66
"declaration": true,
77
"strict": true,

clients/client-appconfig/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"alwaysStrict": true,
4-
"target": "es2017",
4+
"target": "ES2018",
55
"module": "commonjs",
66
"declaration": true,
77
"strict": true,

0 commit comments

Comments
 (0)