Skip to content

Commit

Permalink
Chore(web-react): Skip type checking of node modules
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Jan 10, 2024
1 parent bf097f6 commit 3d14103
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/web-react/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"strictFunctionTypes": true,
"noImplicitAny": true,
"esModuleInterop": true,
"skipLibCheck": true,
"lib": ["es2016", "dom", "dom.iterable"],
"types": ["jest", "node"]
},
Expand Down

0 comments on commit 3d14103

Please sign in to comment.