We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tsconfig.json
1 parent 132e569 commit 5ee273eCopy full SHA for 5ee273e
tests/tsconfig.json
@@ -2,6 +2,10 @@
2
"compilerOptions": {
3
"jsx": "react",
4
"noEmit": true,
5
- "typeRoots": ["./typings", "../node_modules/@types"]
+ // Global type definitions.
6
+ "typeRoots": [
7
+ "./typings",
8
+ "../node_modules/@types",
9
+ ],
10
}
11
0 commit comments