Skip to content

Commit

Permalink
fixup! Consistently perform bootstrap and encode Brotli config for im…
Browse files Browse the repository at this point in the history
…proved caching/reduced complexity

Do not use `Nodenext` as `esnext` is sufficent and makes it work with
all TS versions we have in the matrix.
  • Loading branch information
devversion committed Jul 14, 2022
1 parent 6f0ee70 commit f4bc94a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/recursive-fork-esm/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"module": "NodeNext"
"module": "ESNext"
},
"ts-node": {
"swc": true
Expand Down

0 comments on commit f4bc94a

Please sign in to comment.