mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
Refactored main.js to TS
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"scripts": {
|
||||
"compile": "tsc",
|
||||
"pretest": "tsc",
|
||||
"test": "node src/main.js"
|
||||
"test": "node out/main.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/mocha": "^2.2.41",
|
||||
@@ -23,4 +23,4 @@
|
||||
"strip-json-comments": "^2.0.1",
|
||||
"htmlparser2": "^3.9.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user