Skip to content

Commit cdd1ba1

Browse files
committed
fix build errors
1 parent 56a9e0f commit cdd1ba1

File tree

4 files changed

+5
-39
lines changed

4 files changed

+5
-39
lines changed

src/components/ListenToPlayer/PlayerWidget/PlayerWidget.stories.tsx

Lines changed: 0 additions & 17 deletions
This file was deleted.

src/components/ListenToPlayer/TopOfPagePlayer/TopOfPagePlayer.stories.tsx

Lines changed: 0 additions & 21 deletions
This file was deleted.

src/types.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
declare module "*.mp3" {
2+
const content: string
3+
export default content
4+
}

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"@/storybook-utils": ["./.storybook/utils.ts"]
2222
}
2323
},
24-
"include": ["./src/**/*", "next-env.d.ts", "**/*.ts", "**/*.tsx", ".storybook/**/*", "tailwind/ui"],
24+
"include": ["./src/**/*", "next-env.d.ts", "**/*.ts", "**/*.d.ts", "**/*.tsx", ".storybook/**/*", "tailwind/ui"],
2525
"exclude": ["node_modules", "./public", "./src/intl"]
2626
}

0 commit comments

Comments
 (0)