Skip to content

Commit

Permalink
Apparently a dependency declaring "type": "module" impacts ts-node's …
Browse files Browse the repository at this point in the history
…ability to compile code

TypeStrong/ts-node#1062 (comment)
  • Loading branch information
gordonsyme committed Jan 16, 2024
1 parent 7004648 commit 97edf8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "0.0.0-development",
"description": "An SDK for building CircleCI Configuration files with JavaScript.",
"main": "dist/index.js",
"type": "module",
"types": "dist/src/index.d.ts",
"scripts": {
"test": "npx jest",
Expand Down

0 comments on commit 97edf8d

Please sign in to comment.