Skip to content

Commit

Permalink
fixes for prettier@3.2.4 so #1341 will pass
Browse files Browse the repository at this point in the history
Looks good on desktop
  • Loading branch information
mrose17 committed Jan 25, 2024
1 parent cbcb539 commit d7c7e5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"moduleResolution": "node",
"esModuleInterop": true,
"resolveJsonModule": true,
"skipLibCheck": true
"skipLibCheck": true,
},
"include": ["src"]
"include": ["src"],
}

0 comments on commit d7c7e5b

Please sign in to comment.