Skip to content

Commit c0367f9

Browse files
committed
Update jsconfig.schema.json
1 parent 6cc960a commit c0367f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

extensions/javascript/schemas/jsconfig.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"type": "boolean"
135135
},
136136
"target": {
137-
"description": "Specifies the default libarary used and, when down-level compiling, what code is generated.",
137+
"description": "Specifies which default library (lib.d.ts) to use. When down-level compiling, specifies the code being generated.",
138138
"enum": [
139139
"ES3",
140140
"ES5",
@@ -201,4 +201,4 @@
201201
}
202202
}
203203
}
204-
}
204+
}

0 commit comments

Comments
 (0)