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 0b32eda commit 9412f3cCopy full SHA for 9412f3c
tsconfig.json
@@ -1,13 +1,12 @@
1
{
2
"compilerOptions": {
3
- "noImplicitAny": true,
+ "strict": true,
4
"sourceMap": false,
5
- "strictNullChecks": true,
6
"types": ["node"],
7
"lib": ["es2015"],
8
"outDir": "./dist",
9
"module": "commonjs",
10
"declaration": true
11
},
12
- "include": ["./node_modules/web3-typescript-typings/index.d.ts", "./lib/*.ts"]
+ "include": ["./lib/*.ts"]
13
}
0 commit comments