We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1ddf72 commit 020e157Copy full SHA for 020e157
src/output.ts
@@ -275,7 +275,7 @@ function buildExamples(c: DocsConfigInterface) {
275
o.push(` },`);
276
o.push(`};`);
277
o.push(``);
278
- o.push(`export = config;`);
+ o.push(`export default config;`);
279
o.push(`\`\`\``);
280
281
return o.join('\n');
src/test/README.md
@@ -251,7 +251,7 @@ const config: CapacitorConfig = {
251
},
252
};
253
254
-export = config;
+export default config;
255
```
256
257
</docgen-config>
0 commit comments