Skip to content

Commit 672c002

Browse files
authored
Merge pull request #1832 from ocknamo/refactor/tsconfig
refactor: remove unneed flags from tsconfig.json
2 parents 2631625 + ec8be19 commit 672c002

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tsconfig.json

-7
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@
1010
],
1111
"allowJs": false,
1212
"strict": true,
13-
"noImplicitAny": true,
14-
"strictNullChecks": true,
15-
"strictFunctionTypes": true,
16-
"strictBindCallApply": true,
17-
"strictPropertyInitialization": true,
18-
"noImplicitThis": true,
19-
"alwaysStrict": true,
2013
"esModuleInterop": false,
2114
"noUnusedLocals": true,
2215
"noUnusedParameters": true

0 commit comments

Comments
 (0)