Skip to content

Commit 9412f3c

Browse files
committed
enable tsc strict mode
1 parent 0b32eda commit 9412f3c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tsconfig.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
{
22
"compilerOptions": {
3-
"noImplicitAny": true,
3+
"strict": true,
44
"sourceMap": false,
5-
"strictNullChecks": true,
65
"types": ["node"],
76
"lib": ["es2015"],
87
"outDir": "./dist",
98
"module": "commonjs",
109
"declaration": true
1110
},
12-
"include": ["./node_modules/web3-typescript-typings/index.d.ts", "./lib/*.ts"]
11+
"include": ["./lib/*.ts"]
1312
}

0 commit comments

Comments
 (0)