fix tsconfig types

This commit is contained in:
mrjvs 2023-02-22 22:08:11 +01:00
parent 7c2ad68c2a
commit 25670814e4

View File

@ -19,7 +19,7 @@
"paths": {
"@/*": ["./*"]
},
"types": ["vite/client", "jest"]
"types": ["vite/client"]
},
"include": ["src"]
}