Skip to content

Commit 1d911cc

Browse files
committed
- Cleanup of tsconfig
1 parent f9d61e1 commit 1d911cc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tsconfig.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,9 @@
1212
"noImplicitReturns": true,
1313
"noImplicitThis": true,
1414
"noImplicitAny": true,
15-
"skipLibCheck": true,
1615
"strict": true,
1716
"strictNullChecks": true,
18-
"strictFunctionTypes": true,
19-
"removeComments": true
17+
"strictFunctionTypes": true
2018
},
2119

2220
"files": [

0 commit comments

Comments
 (0)