Skip to content

Commit a6faee2

Browse files
committed
Remove unecessary tsconfig rules
1 parent 89ca6aa commit a6faee2

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

tsconfig.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,9 @@
1717
"importHelpers": true,
1818
// Enforced typing rules
1919
"strict": true,
20-
"noImplicitAny": true,
21-
"strictNullChecks": true,
22-
"strictFunctionTypes": true,
23-
"strictPropertyInitialization": true,
24-
"strictBindCallApply": true,
25-
"noImplicitThis": true,
26-
"noImplicitReturns": true,
2720
"alwaysStrict": true,
28-
"experimentalDecorators": true,
29-
"emitDecoratorMetadata": true,
21+
"noImplicitReturns": true,
3022
"forceConsistentCasingInFileNames": true,
31-
"noUnusedLocals": false,
3223
"noUnusedParameters": true,
3324
"isolatedModules": true
3425
},

0 commit comments

Comments
 (0)