Skip to content

Commit 0071c40

Browse files
authored
Merge pull request #1684 from kleros/fix(web)/vite-typing
fix(web): add types to tsconfig for svgr and vite
2 parents de284aa + b012afb commit 0071c40

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

web/tsconfig.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,11 @@
5757
"skipLibCheck": true,
5858
"allowSyntheticDefaultImports": true,
5959
"removeComments": true,
60-
"isolatedModules": true
60+
"isolatedModules": true,
61+
"types": [
62+
"vite/client",
63+
"vite-plugin-svgr/client"
64+
]
6165
},
6266
"exclude": [
6367
"node_modules",

0 commit comments

Comments
 (0)