We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28023e6 commit d6b6fccCopy full SHA for d6b6fcc
tsconfig.json
@@ -2,10 +2,10 @@
2
"compilerOptions": {
3
"module": "commonjs",
4
"lib": ["es6", "esnext.asynciterable"],
5
- "noImplicitAny": true,
6
- "noImplicitThis": true,
7
- "strictNullChecks": true,
8
- "strictFunctionTypes": true,
+ "noImplicitAny": false,
+ "noImplicitThis": false,
+ "strictNullChecks": false,
+ "strictFunctionTypes": false,
9
"types": [],
10
"noEmit": true,
11
"forceConsistentCasingInFileNames": true
0 commit comments