Skip to content

Commit

Permalink
fix: allow read other @types in node modules
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Aug 4, 2023
1 parent 5ef23f4 commit fd28b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"declaration": false,
"jsx": "react-jsx",
"baseUrl": "./",
"types": ["node", "tw5-typed"],
"typeRoots" : ["node_modules/@types", "node_modules/tw5-typed"],
"lib": ["DOM", "ESNext"]
},
"include": ["src"],
Expand Down

0 comments on commit fd28b57

Please sign in to comment.