Skip to content

Commit

Permalink
chore: Update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinthen committed May 31, 2022
1 parent f84962f commit b04fc58
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 @@ -17,8 +17,8 @@
"~/*": ["./app/*"]
},
"skipLibCheck": true,

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

0 comments on commit b04fc58

Please sign in to comment.