Skip to content

Commit

Permalink
fix: invalid json syntax in tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
marcj committed Apr 27, 2023
1 parent d2740e8 commit ac093c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/mysql/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"composite": true
},
"reflection": [
"tests/**/*.ts",
"tests/**/*.ts"
],
"include": [
"benchmarks",
Expand Down
2 changes: 1 addition & 1 deletion packages/postgres/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"composite": true
},
"reflection": [
"tests/**/*.ts",
"tests/**/*.ts"
],
"include": [
"src",
Expand Down
2 changes: 1 addition & 1 deletion packages/sqlite/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"composite": true
},
"reflection": [
"tests/**/*.ts",
"tests/**/*.ts"
],
"include": [
"benchmarks",
Expand Down

0 comments on commit ac093c8

Please sign in to comment.