Skip to content

Commit 5456eaf

Browse files
committed
fix(aws-util-test): exclude '**/*.spec.ts'
1 parent b2eec67 commit 5456eaf

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)