We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef7522e commit d2a4ec0Copy full SHA for d2a4ec0
packages/schema/src/plugins/plugin-utils.ts
@@ -67,6 +67,7 @@ export function ensureDefaultOutputFolder(options: PluginRunnerOptions) {
67
},
68
'./models': {
69
types: './models.d.ts',
70
+ default: './models.js',
71
72
73
};
0 commit comments