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

Commit

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

0 comments on commit 7476195

Please sign in to comment.