Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Commit

Permalink
fix: auto-imports issue
Browse files Browse the repository at this point in the history
  • Loading branch information
BPierrick committed Jan 25, 2022
1 parent afe9304 commit f841448
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"noEmit": true,
"noUncheckedIndexedAccess": true,
"jsx": "react-jsx",
"downlevelIteration": true
"downlevelIteration": true,
"checkJs": true
},
"include": ["src"]
}

0 comments on commit f841448

Please sign in to comment.