mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
share TypeScipt node_module amongst extensions
This commit is contained in:
12
extensions/package.json
Normal file
12
extensions/package.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "vscode-extensions",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"description": "Dependencies shared by all extensions",
|
||||
"dependencies": {
|
||||
"typescript": "^2.0.10"
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "node ./postinstall"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user