We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
skipLibCheck
1 parent cd3944e commit 8c96f0cCopy full SHA for 8c96f0c
src/react-interactive-input/tsconfig.json
@@ -3,7 +3,6 @@
3
"compilerOptions": {
4
// Type Checking
5
"strict": true,
6
- "skipLibCheck": true,
7
8
// Modules
9
"module": "ESNext",
@@ -28,6 +27,9 @@
28
27
29
// Project
30
"composite": true,
31
- "tsBuildInfoFile": "../../node_modules/.tmp/react-interactive-input.tsbuildinfo"
+ "tsBuildInfoFile": "../../node_modules/.tmp/react-interactive-input.tsbuildinfo",
+
32
+ // Completeness
33
+ "skipLibCheck": true
34
}
35
stories/tsconfig.json
@@ -37,6 +37,9 @@
37
38
// Projects
39
40
- "tsBuildInfoFile": "../node_modules/.tmp/stories.tsbuildinfo"
+ "tsBuildInfoFile": "../node_modules/.tmp/stories.tsbuildinfo",
41
42
43
44
45
0 commit comments