mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-04 03:09:39 -06:00
Explicitly declare type=commonjs in package.json (#56190)
This commit is contained in:
parent
05e05e638f
commit
11a04ed908
@ -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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user