Skip to content

Commit 4ce55d1

Browse files
chore: remove duplicate keys
1 parent 2774ae4 commit 4ce55d1

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

packages/hello/tsconfig.build.json

-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@
88
},
99
"include": ["src/**/*.ts"],
1010
"exclude": ["**/*.test.ts"],
11-
"exclude": ["**/*.test.ts"],
1211
"references": []
1312
}

packages/medley-router/tsconfig.build.json

-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@
88
},
99
"include": ["src/**/*.ts"],
1010
"exclude": ["**/*.test.ts"],
11-
"exclude": ["**/*.test.ts"],
1211
"references": []
1312
}

packages/prometheus/tsconfig.build.json

-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@
88
},
99
"include": ["src/**/*.ts"],
1010
"exclude": ["**/*.test.ts"],
11-
"exclude": ["**/*.test.ts"],
1211
"references": []
1312
}

packages/tsyringe/tsconfig.build.json

-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@
88
},
99
"include": ["src/**/*.ts"],
1010
"exclude": ["**/*.test.ts"],
11-
"exclude": ["**/*.test.ts"],
1211
"references": []
1312
}

0 commit comments

Comments
 (0)