Skip to content

Commit fb9d028

Browse files
saihajIvanGoncharov
authored andcommitted
build: relax tsconfig
1 parent e695648 commit fb9d028

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"module": "commonjs",
55
"lib": ["es2019", "es2020.promise", "es2020.bigint", "es2020.string"],
66
"target": "es2019",
7-
"noImplicitAny": true,
8-
"noImplicitThis": true,
9-
"strictNullChecks": true,
7+
"noImplicitAny": false,
8+
"noImplicitThis": false,
9+
"strictNullChecks": false,
1010
"strictFunctionTypes": true,
1111
"noEmit": true,
1212
"forceConsistentCasingInFileNames": true

0 commit comments

Comments
 (0)