Skip to content

Commit

Permalink
Update tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
derkoe committed May 8, 2022
1 parent f224896 commit b4ff2b9
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 @@ -13,8 +13,8 @@
"paths": {
"~/*": ["./app/*"]
},

// Remix takes care of building everything in `remix build`.
"noEmit": true
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"allowJs": true
}
}

0 comments on commit b4ff2b9

Please sign in to comment.