Skip to content

Commit 19262d7

Browse files
authored
strict mode enabled, removed duplicate sub-rules from tsconfig (#4156)
1 parent 154ebc6 commit 19262d7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

packages/react-integration/demo-app-ts/tsconfig.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@
1818
"noEmit": true,
1919
"jsx": "preserve",
2020
"strict": true,
21-
"noImplicitThis": true,
22-
"alwaysStrict": true,
23-
"strictBindCallApply": true,
24-
"strictPropertyInitialization": false,
25-
"noImplicitAny": true,
26-
"strictNullChecks": false,
27-
"strictFunctionTypes": true,
2821
},
2922
"include": [
3023
"src"

0 commit comments

Comments
 (0)