We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 666b7ae commit 201b057Copy full SHA for 201b057
tsconfig.json
@@ -25,6 +25,7 @@
25
//"strict": true,
26
"noImplicitThis": true,
27
"noUnusedLocals": true,
28
- "noUnusedParameters": true
+ "noUnusedParameters": true,
29
+ "typeRoots": ["./node_modules/@types"]
30
}
31
0 commit comments