From 3e53b8e1c92d097375046e0cb646255276e809ea Mon Sep 17 00:00:00 2001 From: Matrix-X Date: Mon, 27 Nov 2023 02:05:55 +0800 Subject: [PATCH] feat(oa): media with voice type --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 67b96cd..7ef0049 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,6 +15,7 @@ "lib": ["es2020", "dom"], "skipLibCheck": true, "types": [ + "node", "@yaoyaochi/weyui/components.d.ts", ] },