Skip to content

Commit

Permalink
Explicitly declare type=commonjs in package.json (#56190)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey authored Oct 24, 2023
1 parent 05e05e6 commit 11a04ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"type": "git",
"url": "https://github.com/Microsoft/TypeScript.git"
},
"type": "commonjs",
"main": "./lib/typescript.js",
"typings": "./lib/typescript.d.ts",
"bin": {
Expand Down

0 comments on commit 11a04ed

Please sign in to comment.