Skip to content

Commit

Permalink
chore: 🤖 Do not use fixed types
Browse files Browse the repository at this point in the history
  • Loading branch information
phun-ky committed Nov 24, 2023
1 parent 8ac2444 commit 49f746e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
"esModuleInterop": true,
"baseUrl": "src/",
"typeRoots": ["./node_modules/@types"],
"resolveJsonModule": true,
"types": ["node", "./node_modules/network-information-types"]
"resolveJsonModule": true
},
"exclude": [
"node_modules",
Expand Down

0 comments on commit 49f746e

Please sign in to comment.