Skip to content

Commit 11a04ed

Browse files
authored
Explicitly declare type=commonjs in package.json (#56190)
1 parent 05e05e6 commit 11a04ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"type": "git",
2020
"url": "https://github.com/Microsoft/TypeScript.git"
2121
},
22+
"type": "commonjs",
2223
"main": "./lib/typescript.js",
2324
"typings": "./lib/typescript.d.ts",
2425
"bin": {

0 commit comments

Comments
 (0)