Skip to content

Commit

Permalink
util: upgrade ts-node for native ESM support (#4211)
Browse files Browse the repository at this point in the history
ts-node has native ESM support in [v10.7.0 version](https://github.com/TypeStrong/ts-node/releases/tag/v10.7.0),
although according to the [related PR](TypeStrong/ts-node#1655) says,
they are just spawn a child process that passed `--loader ts-node/esm`
options to node itself.

Also, upgrade `typescript` and `typescript-eslint` to the newer version.
  • Loading branch information
MaikoTan committed Apr 3, 2022
1 parent 41c4ea3 commit 039a214
Show file tree
Hide file tree
Showing 3 changed files with 267 additions and 178 deletions.

0 comments on commit 039a214

Please sign in to comment.