Explicitly declare type=commonjs in package.json (#56190)

This commit is contained in:
Jake Bailey 2023-10-24 11:18:37 -07:00 committed by GitHub
parent 05e05e638f
commit 11a04ed908
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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": {