Skip to content

Commit

Permalink
fix: fix the taliwind.css error by configuring a minimal tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zainfathoni committed Jun 10, 2022
1 parent 39cd070 commit 7307b90
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"compilerOptions": {
"jsx": "react"
},
// Remix takes care of building everything in `remix build`.
"noEmit": true
}

0 comments on commit 7307b90

Please sign in to comment.