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
When enabled, the generator outputs raw TypeScript files. When disabled (the default), outputs `.js` and `d.ts` files.
341
+
Controls the output format of generated files:
342
+
- **When `true` (default)**: Outputs raw TypeScript `.ts` files
343
+
- **When `false`**: Runs TypeScript compiler and outputs compiled `.js` files with `.d.ts` declaration files
342
344
343
-
<Note>This only applies when dumping code locally. This configuration is ignored when publishing to Github or npm.</Note>
345
+
<Note>This option only applies when using local file system output. This setting is ignored when publishing to GitHub or npm, where files are always compiled.</Note>
0 commit comments