Skip to content

Commit

Permalink
exclude prop in tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
FadTheChad committed Nov 10, 2022
1 parent 5239b72 commit 6dc181f
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 @@ -13,5 +13,6 @@
/* Type Checking */
"strict": true,
"skipLibCheck": true
}
},
"exclude": ["node_modules", "__tests__"]
}

0 comments on commit 6dc181f

Please sign in to comment.