Skip to content

Commit

Permalink
Remove "types" field for tsconfig, so that all @types are included
Browse files Browse the repository at this point in the history
  • Loading branch information
robbie-c committed Sep 4, 2023
1 parent ec198a2 commit ed03c5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"baseUrl": "./", // this must be specified if "paths" is specified.
"rootDir": "./",
"lib": ["ES2015", "ES2022.Error"],
"types": ["node", "jest"],
"jsx": "react"
},
"exclude": ["**/dist/**", "node_modules", "dist", "**/*.spec.*"]
Expand Down

0 comments on commit ed03c5d

Please sign in to comment.