Skip to content

Commit

Permalink
Undo prettier and tsconfig changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins committed Jan 20, 2024
1 parent 992c675 commit 5b9f784
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
**/api
**/build
**/public
pnpm-lock.yaml
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"allowJs": true,
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"noEmit": true,
"paths": {
"~/*": ["./app/*"]
}
},
"noEmit": true
}
}

0 comments on commit 5b9f784

Please sign in to comment.