Skip to content
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.

Commit

Permalink
add client types to tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
HexaField committed Feb 14, 2024
1 parent 21ea8f7 commit 4adceaf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@
"allowSyntheticDefaultImports": true,
"emitDecoratorMetadata": true,
"declaration": true,
"outDir": "./lib"
"outDir": "./lib",
"types": [
"vite/client",
"mocha"
],
},
"exclude": [
"**/node_modules/**"
Expand Down

0 comments on commit 4adceaf

Please sign in to comment.