From 3f89811dc4738f4e0fbfd656eeb3cdf60d62c8d9 Mon Sep 17 00:00:00 2001 From: Zxilly Date: Sun, 2 Jun 2024 23:38:03 +0800 Subject: [PATCH] build: fix wasm type --- ui/tsconfig.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ui/tsconfig.json b/ui/tsconfig.json index ddf9f3f9fb..dfbcbd34e7 100644 --- a/ui/tsconfig.json +++ b/ui/tsconfig.json @@ -23,11 +23,12 @@ "noFallthroughCasesInSwitch": true, "strictNullChecks": true, "types": [ - "@testing-library/jest-dom" + "@testing-library/jest-dom", + "@types/golang-wasm-exec" ] }, "include": [ - "src" + "src", ], "references": [ {