diff --git a/packages/playground/src/playground-globals.d.ts b/packages/playground/src/playground-globals.d.ts index 60bacdc..ea55d33 100644 --- a/packages/playground/src/playground-globals.d.ts +++ b/packages/playground/src/playground-globals.d.ts @@ -9,3 +9,11 @@ declare module '*.glb' { declare module '*.gltf' { export default string } + +declare module '*.mp3' { + export default string +} + +declare module '*.ogg' { + export default string +}