Skip to content

Commit ddaa55c

Browse files
authored
Removes redundant flags from tsconfig (#91050)
1 parent 7293979 commit ddaa55c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/tsconfig.base.json

-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,9 @@
22
"compilerOptions": {
33
"module": "amd",
44
"moduleResolution": "node",
5-
"noImplicitAny": true,
65
"experimentalDecorators": true,
76
"noImplicitReturns": true,
87
"noUnusedLocals": true,
9-
"noImplicitThis": true,
10-
"alwaysStrict": true,
118
"strict": true,
129
"forceConsistentCasingInFileNames": true,
1310
"baseUrl": ".",

0 commit comments

Comments
 (0)