mirror of
https://github.com/Microsoft/vscode
synced 2024-11-05 18:29:38 +00:00
82be8c8b01
* Pick up TS 2.7 * Fix formatter in build script * Fix build error for ts 2.7 * Pick up new ts format and tslint versions * Update lock * use 2.7.2 for build * Formatting
25 lines
No EOL
659 B
JSON
25 lines
No EOL
659 B
JSON
{
|
|
"name": "code-oss-dev-build",
|
|
"version": "1.0.0",
|
|
"devDependencies": {
|
|
"@types/azure": "0.9.19",
|
|
"@types/documentdb": "1.10.2",
|
|
"@types/es6-collections": "0.5.31",
|
|
"@types/es6-promise": "0.0.33",
|
|
"@types/mime": "0.0.29",
|
|
"@types/node": "8.0.33",
|
|
"@types/xml2js": "0.0.33",
|
|
"azure-storage": "^2.1.0",
|
|
"documentdb": "1.13.0",
|
|
"mime": "^1.3.4",
|
|
"minimist": "^1.2.0",
|
|
"typescript": "2.7.2",
|
|
"xml2js": "^0.4.17"
|
|
},
|
|
"scripts": {
|
|
"compile": "tsc -p tsconfig.build.json",
|
|
"watch": "tsc -p tsconfig.build.json --watch",
|
|
"postinstall": "npm run compile",
|
|
"npmCheckJs": "tsc --noEmit"
|
|
}
|
|
} |