From 031da949cc88fd5696c79d50608d1a2f2824dc69 Mon Sep 17 00:00:00 2001 From: gosho-kazuya Date: Sat, 11 May 2019 01:17:49 +0900 Subject: [PATCH] add default export for allowSyntheticDefaultImports: false --- index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/index.d.ts b/index.d.ts index 470a21c1..44151caa 100644 --- a/index.d.ts +++ b/index.d.ts @@ -184,3 +184,4 @@ declare class Sound { } export = Sound; +export default Sound; \ No newline at end of file