Skip to content

Commit 7abb2f9

Browse files
committed
added ts-ignore
Signed-off-by: Maximilian Inckmann <[email protected]>
1 parent 658d145 commit 7abb2f9

File tree

1 file changed

+1
-0
lines changed
  • packages/stencil-library/.storybook

1 file changed

+1
-0
lines changed

packages/stencil-library/.storybook/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { createRequire } from 'node:module';
22
import { dirname, join } from 'node:path';
33

4+
// @ts-ignore
45
const require = createRequire(import.meta.url);
56
export default {
67
stories: ['../src/**/*.mdx', '../src/**/*.stories.@(js|jsx|mjs|ts|tsx)'],

0 commit comments

Comments
 (0)