mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-14 09:45:55 +01:00
* Adapt TypeScript 7 * Ensure that we always call TS7 from spawnTsgo * Fix package lock file * tsc - tsc6 * More tsc -> tsc6 * More TSGO conversion * More moves from tsgo -> tsc * Fix tsgo resolving in extension folder * Call TS7 compiler directly * Update package-lock.json * Remove tsc:version again
19 lines
406 B
JSON
19 lines
406 B
JSON
{
|
|
"name": "code-oss-dev-integration-test",
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"main": "./index.js",
|
|
"scripts": {
|
|
"compile": "node ../../../node_modules/typescript/bin/tsc6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "24.x",
|
|
"@types/rimraf": "^2.0.4",
|
|
"@types/tmp": "0.1.0",
|
|
"rimraf": "^2.6.1",
|
|
"tmp": "0.2.7",
|
|
"tree-kill": "1.2.2",
|
|
"vscode-uri": "^3.0.2"
|
|
}
|
|
}
|