Skip to content

Commit bad675a

Browse files
committed
Revert unintentional tsconfig changes.
1 parent c2889fe commit bad675a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tsconfig.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,6 @@
44
"allowJs": false,
55
"moduleResolution": "node",
66
"noEmitOnError": true,
7-
"strictNullChecks": true,
8-
"strictPropertyInitialization": true,
9-
"alwaysStrict": true,
10-
"noImplicitAny": true,
11-
"noFallthroughCasesInSwitch": true,
12-
"noImplicitThis": true,
13-
"noUnusedLocals": true,
14-
"noUnusedParameters": true,
15-
"noImplicitReturns": true,
167
"inlineSourceMap": true,
178
"inlineSources": true,
189
"baseUrl": ".",

0 commit comments

Comments
 (0)