Update jsconfig.schema.json

This commit is contained in:
Martin Aeschlimann 2016-03-23 15:29:42 +01:00
parent 6cc960a70c
commit c0367f94ba

View file

@ -134,7 +134,7 @@
"type": "boolean"
},
"target": {
"description": "Specifies the default libarary used and, when down-level compiling, what code is generated.",
"description": "Specifies which default library (lib.d.ts) to use. When down-level compiling, specifies the code being generated.",
"enum": [
"ES3",
"ES5",
@ -201,4 +201,4 @@
}
}
}
}
}