Skip to content

Commit d6b6fcc

Browse files
committed
build: relax tsconfig
1 parent 28023e6 commit d6b6fcc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tsconfig.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"compilerOptions": {
33
"module": "commonjs",
44
"lib": ["es6", "esnext.asynciterable"],
5-
"noImplicitAny": true,
6-
"noImplicitThis": true,
7-
"strictNullChecks": true,
8-
"strictFunctionTypes": true,
5+
"noImplicitAny": false,
6+
"noImplicitThis": false,
7+
"strictNullChecks": false,
8+
"strictFunctionTypes": false,
99
"types": [],
1010
"noEmit": true,
1111
"forceConsistentCasingInFileNames": true

0 commit comments

Comments
 (0)