Skip to content

Commit b0840ce

Browse files
committed
chore: use export default for exporting json
1 parent 66bb442 commit b0840ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import config from './config.json'
77
import * as PluginManagement from './plugin-management'
88
import { treeSitterWarning } from './performance-monitor'
99

10-
export * as config from './config.json'
10+
export { default as config } from './config.json'
1111
export * from './plugin-management'
1212
export { default as Minimap } from './minimap'
1313

0 commit comments

Comments
 (0)