Skip to content

Commit

Permalink
fix: error TS2688: Cannot find type definition file for 'node'. (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamail authored Dec 13, 2023
1 parent 4b3cc90 commit 2d79b85
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
"sourceMap": true,
"declaration": true,
"resolveJsonModule": true,
"typeRoots": [
"./node_modules/@types",
],
},
"include": [
"src/**/*.d.ts",
Expand Down

0 comments on commit 2d79b85

Please sign in to comment.