We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd2b14f commit ba4573eCopy full SHA for ba4573e
tests/versions/tsconfig.json
@@ -5,6 +5,7 @@
5
"noEmit": true,
6
"strict": true,
7
"moduleResolution": "node",
8
- "types": ["../.."]
+ "types": ["../.."],
9
+ "skipLibCheck": true
10
}
11
0 commit comments