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 0cd5c12 commit d8a75eeCopy full SHA for d8a75ee
types/tsconfig.json
@@ -2,10 +2,6 @@
2
"compilerOptions": {
3
"lib": ["es2015"],
4
"strict": true,
5
- "noImplicitAny": true,
6
- "noImplicitThis": true,
7
- "strictNullChecks": true,
8
- "strictFunctionTypes": true,
9
"baseUrl": ".",
10
"paths": {
11
"mdast-util-toc": ["index.d.ts"]
types/tslint.json
@@ -7,7 +7,7 @@
"no-void-expression": false,
"only-arrow-functions": false,
"semicolon": false,
- "unified-signatures": false,
+ "unified-signatures": true,
"whitespace": false,
12
"strict-export-declare-modifiers": false
13
}
0 commit comments