Skip to content

Commit

Permalink
Revert "NodeNext module for libraries"
Browse files Browse the repository at this point in the history
This reverts commit 661d712.
  • Loading branch information
benmccann committed Dec 1, 2023
1 parent 661d712 commit 52fcb86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/package/src/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export async function transpile_ts(filename, source) {
return ts.transpileModule(source, {
compilerOptions: {
...options,
module: ts.ModuleKind.NodeNext,
module: ts.ModuleKind.ESNext,
moduleResolution: ts.ModuleResolutionKind.NodeNext
},
fileName: filename
Expand Down

0 comments on commit 52fcb86

Please sign in to comment.