mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 09:38:38 +01:00
Unit Test, solve corner cases and use TextEdit
This commit is contained in:
@@ -4,8 +4,9 @@
|
||||
"module": "commonjs",
|
||||
"outDir": "./out",
|
||||
"noUnusedLocals": true,
|
||||
"sourceMap": true,
|
||||
"lib": [
|
||||
"es5", "es2015.promise"
|
||||
"es5", "es2015.promise", "dom"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user