We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f85316 commit 3d13ebdCopy full SHA for 3d13ebd
packages/tsconfig-reference/scripts/tsconfig/generateMarkdown.ts
@@ -249,7 +249,7 @@ languages.forEach((lang) => {
249
}
250
251
if (option.defaultValue !== undefined) {
252
- mdTableRows.push(["Default", String(option.defaultValue)]);
+ mdTableRows.push(["Default", JSON.stringify(option.defaultValue)]);
253
254
255
if (option.allowedValues) {
0 commit comments