Skip to content

Commit

Permalink
chore(types): Fix/improve types config for the router package (#11070)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe authored Jul 24, 2024
1 parent 7565437 commit 9197953
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/router/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
"outDir": "dist",
"typeRoots": [
"../../node_modules/@types",
"./node_modules/@types",
"../../node_modules/@testing-library"
],
"types": ["jest", "jest-dom"]
]
},
"include": ["."],
"exclude": ["dist", "node_modules", "**/__mocks__", "**/__fixtures__"],
Expand Down

0 comments on commit 9197953

Please sign in to comment.