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 a19ce7b commit 6a85677Copy full SHA for 6a85677
src/mkdist.ts
@@ -84,9 +84,9 @@ function defineVueLoader(options?: DefineVueLoaderOptions): Loader {
84
85
// generate dts
86
await context.loadFile({
87
- path: `${input.path}.js`,
88
- srcPath: `${input.srcPath}.js`,
89
- extension: '.js',
+ path: `${input.path}.ts`,
+ srcPath: `${input.srcPath}.ts`,
+ extension: '.ts',
90
getContents: () => 'export default {}',
91
})
92
0 commit comments