mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
* Use common TS install for both the TS Extension and Html Extension **Bug** At least two version of Typescript are shipped in our extensions: one in the typescript extension and one for the html extension. This adds about 5MB to package install size and also results in inconsistent behavior **Fix** Change the TypeScript extension to also use the common version of TypeScript. Bump this version up to 2.2.1 * Don't hardcode paths for typescript
12 lines
259 B
JSON
12 lines
259 B
JSON
{
|
|
"name": "vscode-extensions",
|
|
"version": "0.0.1",
|
|
"dependencies": {
|
|
"typescript": {
|
|
"version": "2.2.1",
|
|
"from": "typescript@typescript@2.2.1",
|
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-2.2.1.tgz"
|
|
}
|
|
}
|
|
}
|