You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -169,6 +169,16 @@
169
169
"default": false,
170
170
"order": 66
171
171
},
172
+
"quotePreference": {
173
+
"type": "string",
174
+
"enum": [
175
+
"auto",
176
+
"double",
177
+
"single"
178
+
],
179
+
"default": "auto",
180
+
"order": 67
181
+
},
172
182
"tsdkPath": {
173
183
"title": "Path to default TypeScript SDK",
174
184
"description": "TypeScript SDK found at the specified path will be preferred over the bundled one if TypeScript is not installed in node_modules as a project dependency. Ignored when empty",
0 commit comments