Skip to main content

FAQ

mp3 or wav path not found Error

Add audio.d.ts under the src directory and add the code below.

declare module "*.mp3";
declare module "*.wav";