Skip to content

Commit

Permalink
Merge pull request #89 from laxmanpokhrel/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
laxmanpokhrel authored Jul 2, 2024
2 parents 737a019 + 8fd16e0 commit 316c36d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .release/release-notes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
## Changes
- splitArrayIntoChunks converted to template
- doc update for using in TS project
- connonjs export outdir to cjs dir
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"esModuleInterop": true,
"allowSyntheticDefaultImports": false,
"module": "commonjs",
"outDir": "./lib/commonjs",
"outDir": "./lib/cjs",
"moduleResolution": "node",
"declarationDir": "./@types"
},
Expand Down

0 comments on commit 316c36d

Please sign in to comment.