Skip to content

Commit

Permalink
chore(tsconfig): set typeroots
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkhielseath committed Jul 25, 2022
1 parent 04c4920 commit 1341083
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
"strict": true,
"noImplicitAny": false,
"skipLibCheck": true,
"resolveJsonModule": true
"resolveJsonModule": true,
"typeRoots": ["./node_modules/@types"],
"types": ["node"]
},
"include": [
"./src/**/*",
Expand Down

0 comments on commit 1341083

Please sign in to comment.