Skip to content

Commit 5e78ecb

Browse files
committed
Update TypeScript (somewhat) for other dep compat
1 parent 981d7ea commit 5e78ecb

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,6 @@
153153
"tsc-watch": "^4.2.9",
154154
"tslint": "^5.20.1",
155155
"tsx": "^4.16.2",
156-
"typescript": "~4.0"
156+
"typescript": "~4.7"
157157
}
158158
}

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"declaration": true,
88
"noImplicitAny": true,
99
"noImplicitReturns": true,
10-
"suppressImplicitAnyIndexErrors": true,
1110
"strictNullChecks": true,
1211
"noUnusedLocals": true,
1312
"noImplicitThis": true,

0 commit comments

Comments
 (0)