Skip to content

Commit 8366445

Browse files
committed
Change moduleResolution to Bundler
1 parent 479d265 commit 8366445

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.storybook/design-system-docs-decorator.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react';
2-
import { StoryContext } from '@storybook/react/*';
2+
import { StoryContext } from '@storybook/react';
33
import { ArrowIcon } from '../packages/components/src/components/icons';
44
import { hiveThemeDecorator } from './hive-theme-decorator';
55

packages/components/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"skipLibCheck": true,
1010
"allowJs": true,
1111
"jsx": "react-jsx",
12-
"moduleResolution": "node",
12+
"moduleResolution": "Bundler",
1313
"resolveJsonModule": true
1414
}
1515
}

0 commit comments

Comments
 (0)