We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18a9bf8 commit fedb5d2Copy full SHA for fedb5d2
tsconfig.json
@@ -11,7 +11,6 @@
11
"module": "esnext",
12
"moduleResolution": "node",
13
"skipLibCheck": true,
14
- "strict": false, // match check-ts-errors
15
- "strictNullChecks": true
+ "strict": false // match check-ts-errors
16
}
17
0 commit comments