Skip to content

Commit

Permalink
remove dev-utils from the main tsconfig.json
Browse files Browse the repository at this point in the history
Otherwise ts throws a lot of errors when the dependencies
of this project are not installed. But this project is not meant
to be the part of the standard workspace nor CI process.
  • Loading branch information
Gergo Nagy committed Mar 8, 2022
1 parent 83fe2ce commit c3d3bc3
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 @@ -8,5 +8,6 @@
"jsx": "react-jsx",
"strict": true,
"noEmit": true
}
},
"exclude": ["dev-utils"]
}

0 comments on commit c3d3bc3

Please sign in to comment.