Skip to content

Commit

Permalink
fix(cjs): compile commonjs in **/cjs (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhettjay authored Jul 10, 2023
1 parent 225b735 commit c3c7c65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "@tsconfig/node-lts/tsconfig.json",
"compilerOptions": {
"skipLibCheck": true,
"module": "CommonJS",
"esModuleInterop": true,
"importHelpers": true,
"lib": [
Expand Down

0 comments on commit c3c7c65

Please sign in to comment.