Skip to content

Commit

Permalink
build: fix wasm type
Browse files Browse the repository at this point in the history
  • Loading branch information
Zxilly committed Jun 2, 2024
1 parent 408229e commit 3f89811
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ui/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down

0 comments on commit 3f89811

Please sign in to comment.