Skip to content

Commit

Permalink
fix(#17): Cannot find module 'vitest-fail-on-console'
Browse files Browse the repository at this point in the history
* fix TypeScript type declaration (TS7016-TS2307)
  • Loading branch information
thomasbrodusch committed Feb 29, 2024
1 parent 9c769d3 commit 4704b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"sourceMap": true,
"types": ["vitest/globals"],
"paths": {
"@/*": ["src/*"]
"*": ["src/*"],
},
"moduleResolution": "node"
},
Expand Down

0 comments on commit 4704b60

Please sign in to comment.