Skip to content

Commit

Permalink
Rerun prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed Feb 5, 2024
1 parent 2d76726 commit f02fd6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"paths": {
"~/*": ["./app/*"],
"~/*": ["./app/*"]
},
"noEmit": true,
"skipLibCheck": true,
},
"skipLibCheck": true
}
}

0 comments on commit f02fd6a

Please sign in to comment.