mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
test - convert web integration to TS
This commit is contained in:
17
test/integration/browser/package.json
Normal file
17
test/integration/browser/package.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "code-oss-dev-integration-test",
|
||||
"version": "0.1.0",
|
||||
"main": "./index.js",
|
||||
"scripts": {
|
||||
"postinstall": "npm run compile",
|
||||
"compile": "yarn tsc"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/mkdirp": "0.5.1",
|
||||
"@types/node": "^12.11.7",
|
||||
"@types/rimraf": "2.0.2",
|
||||
"rimraf": "^2.6.1",
|
||||
"tmp": "0.0.33",
|
||||
"typescript": "3.7.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user