Skip to content

Commit

Permalink
cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
mirek committed Aug 22, 2024
1 parent 3d87a2b commit 15c3193
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.cjs.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "Node16",
"moduleResolution": "Node16",
"module": "CommonJS",
"moduleResolution": "Node",
"outDir": "cjs",
"noEmit": false,
"declaration": true,
Expand Down

0 comments on commit 15c3193

Please sign in to comment.