Skip to content

Commit

Permalink
[code quality] fix invalid json
Browse files Browse the repository at this point in the history
  • Loading branch information
everoddandeven committed Oct 18, 2024
1 parent 84048f3 commit 33edf60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/tsconfig.e2e.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
},
"include": [
"**.spec.ts"
],
]
}
2 changes: 1 addition & 1 deletion src/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"baseUrl": "",
"types": [
"node",
"jquery",
"jquery"
]
},
"files": [
Expand Down

0 comments on commit 33edf60

Please sign in to comment.