mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 16:18:58 +01:00
fix outDir to enable tsc-selfhosting, https://github.com/microsoft/vscode/issues/91503
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"removeComments": false,
|
||||
"preserveConstEnums": true,
|
||||
"sourceMap": false,
|
||||
"outDir": "../out",
|
||||
"outDir": "../out/vs",
|
||||
"target": "es2017",
|
||||
"types": [
|
||||
"keytar",
|
||||
|
||||
Reference in New Issue
Block a user