Allow audio files in the playground
This commit is contained in:
parent
27ef3cc1c9
commit
ca9360fc29
1 changed files with 8 additions and 0 deletions
|
@ -9,3 +9,11 @@ declare module '*.glb' {
|
||||||
declare module '*.gltf' {
|
declare module '*.gltf' {
|
||||||
export default string
|
export default string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
declare module '*.mp3' {
|
||||||
|
export default string
|
||||||
|
}
|
||||||
|
|
||||||
|
declare module '*.ogg' {
|
||||||
|
export default string
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue