Skip to content

Commit 3e12082

Browse files
authored
Merge pull request #235 from fospring/fix-tsnode-compile-failed
fix: fix outdated resolveTypeReferenceDirectives error
2 parents 775fdf9 + 1fb2948 commit 3e12082

File tree

2 files changed

+7595
-7356
lines changed

2 files changed

+7595
-7356
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
"ava": "^4.0.1",
3030
"husky": "^7.0.1",
3131
"lerna": "^5.2.0",
32-
"ts-node": "^10.1.0",
32+
"ts-node": "^10.9.1",
3333
"typedoc": "^0.24",
34-
"typescript": "^4.6",
34+
"typescript": "^4.7.4",
3535
"xo": "^0.44.0"
3636
},
3737
"engines": {

0 commit comments

Comments
 (0)