Skip to content

Commit ddaa55c

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

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/tsconfig.base.json

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