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.
2 parents 4f27d3d + ef8df03 commit b9fcfabCopy full SHA for b9fcfab
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