Skip to content

Commit

Permalink
Update tools/build-cts.js
Browse files Browse the repository at this point in the history
Co-authored-by: Francesco Trotta <github@fasttime.org>
  • Loading branch information
nzakas and fasttime authored Jan 30, 2025
1 parent 08f7422 commit 75f119b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build-cts.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* This script creates "dist/cjs/index.d.cts" from "dist/esm/index.d.ts" by modifying imports
* from `"./types.ts"` to `"./types.cts"`.
*
* node tools/build-cts.js /path/to/index.d.ts path/to/cjs/index.d.cts
* node tools/build-cts.js /path/to/esm/index.d.ts path/to/cjs/index.d.cts
*
* @author Francesco Trotta
*/
Expand Down

0 comments on commit 75f119b

Please sign in to comment.