Skip to content

Commit

Permalink
correct module
Browse files Browse the repository at this point in the history
  • Loading branch information
BBB committed Nov 29, 2023
1 parent cd8f12d commit 471e605
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tsconfig.build-cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./dist/cjs",
"module": "commonjs"
"module": "Node16"
},
"include": ["src"]
}
2 changes: 1 addition & 1 deletion tsconfig.build-esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./dist/esm",
"module": "esnext"
"module": "Node16"
},
"include": ["src"]
}

0 comments on commit 471e605

Please sign in to comment.