Skip to content

Commit 0267438

Browse files
authored
fix(aws-util-test): exclude '**/*.spec.ts' (#7268)
1 parent b2eec67 commit 0267438

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

private/aws-util-test/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
"rootDir": "src",
1010
"useUnknownInCatchVariables": false
1111
},
12-
"include": ["src"]
12+
"include": ["src"],
13+
"exclude": ["**/*.spec.ts"]
1314
}

0 commit comments

Comments
 (0)