mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
Remove old downlevelIteration compile option
We're targeting modern es versions so I don't think we need this anymore
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
"extends": "../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "./out",
|
||||
"downlevelIteration": true,
|
||||
"types": [
|
||||
"node"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user