Skip to content

Commit 9d15821

Browse files
committed
chore(tsconfig): exclude vitest.*.mts
1 parent 013900b commit 9d15821

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

clients/client-cloudwatch/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"rootDir": "src",
1010
"useUnknownInCatchVariables": false
1111
},
12-
"exclude": ["test/", "vitest.*.ts"]
12+
"exclude": ["test/", "vitest.*.ts", "vitest.*.mts"]
1313
}

clients/client-cognito-identity/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"rootDir": "src",
1010
"useUnknownInCatchVariables": false
1111
},
12-
"exclude": ["test/", "vitest.*.ts"]
12+
"exclude": ["test/", "vitest.*.ts", "vitest.*.mts"]
1313
}

clients/client-eventbridge/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"rootDir": "src",
1010
"useUnknownInCatchVariables": false
1111
},
12-
"exclude": ["test/", "vitest.*.ts"]
12+
"exclude": ["test/", "vitest.*.ts", "vitest.*.mts"]
1313
}

clients/client-kinesis/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"rootDir": "src",
1010
"useUnknownInCatchVariables": false
1111
},
12-
"exclude": ["test/", "vitest.*.ts"]
12+
"exclude": ["test/", "vitest.*.ts", "vitest.*.mts"]
1313
}

clients/client-lex-runtime-service/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"rootDir": "src",
1010
"useUnknownInCatchVariables": false
1111
},
12-
"exclude": ["test/", "vitest.*.ts"]
12+
"exclude": ["test/", "vitest.*.ts", "vitest.*.mts"]
1313
}

clients/client-mediastore-data/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"rootDir": "src",
1010
"useUnknownInCatchVariables": false
1111
},
12-
"exclude": ["test/", "vitest.*.ts"]
12+
"exclude": ["test/", "vitest.*.ts", "vitest.*.mts"]
1313
}

clients/client-s3-control/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"rootDir": "src",
1010
"useUnknownInCatchVariables": false
1111
},
12-
"exclude": ["test/", "vitest.*.ts"]
12+
"exclude": ["test/", "vitest.*.ts", "vitest.*.mts"]
1313
}

clients/client-s3/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"rootDir": "src",
1010
"useUnknownInCatchVariables": false
1111
},
12-
"exclude": ["test/", "vitest.*.ts", "vitest.*.ts"]
12+
"exclude": ["test/", "vitest.*.ts", "vitest.*.mts", "vitest.*.ts", "vitest.*.mts"]
1313
}

clients/client-sts/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"rootDir": "src",
1010
"useUnknownInCatchVariables": false
1111
},
12-
"exclude": ["test/", "vitest.*.ts"]
12+
"exclude": ["test/", "vitest.*.ts", "vitest.*.mts"]
1313
}

clients/client-transcribe-streaming/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"rootDir": "src",
1010
"useUnknownInCatchVariables": false
1111
},
12-
"exclude": ["test/", "vitest.*.ts"]
12+
"exclude": ["test/", "vitest.*.ts", "vitest.*.mts"]
1313
}

0 commit comments

Comments
 (0)