Skip to content

Commit

Permalink
Use node16 to build commonjs in tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
jasny committed Nov 7, 2023
1 parent 59be86c commit 907bf3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "lib/cjs",
"module": "commonjs",
"module": "node16",
}
}

0 comments on commit 907bf3b

Please sign in to comment.