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 4f27d3d commit ef8df03Copy full SHA for ef8df03
rollup.config.mjs
@@ -80,9 +80,9 @@ export default [
80
"import { camelCase } from 'camel-case'":
81
'const camelCase = null as any',
82
[`export {
83
- GlobWithOptions,
84
- ListModulesOptions,
85
- ModuleDescriptor,
+ type GlobWithOptions,
+ type ListModulesOptions,
+ type ModuleDescriptor,
86
listModules,
87
} from './list-modules'`]: comment,
88
"import * as util from 'util'": '',
0 commit comments