mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 04:36:23 +00:00
incorperate Joh's comments
This commit is contained in:
@@ -86,11 +86,11 @@
|
||||
"type": "boolean"
|
||||
},
|
||||
"noResolve": {
|
||||
"description": "When down-level compiling, do not add triple-slash references or module import targets to the input files.",
|
||||
"description": "When down-level compiling, do not resolve triple-slash references or module import targets to the input files.",
|
||||
"type": "boolean"
|
||||
},
|
||||
"skipDefaultLibCheck": {
|
||||
"description": "When down-level compiling, do not check for the default library (lib.d.ts).",
|
||||
"description": "Do not check for the default library (lib.d.ts).",
|
||||
"type": "boolean"
|
||||
},
|
||||
"outFile": {
|
||||
|
||||
Reference in New Issue
Block a user