Skip to content

Commit ec8be19

Browse files
committed
refactor: remove unneed flags from tsconfig.json
1 parent 2631625 commit ec8be19

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tsconfig.json

Lines changed: 0 additions & 7 deletions
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)