diff --git a/.release/release-notes.txt b/.release/release-notes.txt index fa648ef..cac4b4b 100644 --- a/.release/release-notes.txt +++ b/.release/release-notes.txt @@ -1,3 +1,2 @@ ## Changes -- splitArrayIntoChunks converted to template -- doc update for using in TS project \ No newline at end of file +- connonjs export outdir to cjs dir \ No newline at end of file diff --git a/tsconfig.json b/tsconfig.json index 2f2e0ab..0c9c590 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,7 +17,7 @@ "esModuleInterop": true, "allowSyntheticDefaultImports": false, "module": "commonjs", - "outDir": "./lib/commonjs", + "outDir": "./lib/cjs", "moduleResolution": "node", "declarationDir": "./@types" },