1
0

feat: add vite-plugin sentry

This commit is contained in:
Dominik Pschenitschni
2022-05-22 16:20:06 +02:00
committed by kolaente
parent 389ca1b692
commit 73947f0ba4
9 changed files with 89 additions and 22 deletions

View File

@ -14,6 +14,10 @@
"paths": {
"@/*": ["./src/*"]
},
"types": [
// https://github.com/ikenfin/vite-plugin-sentry#typescript
"vite-plugin-sentry/client"
],
"ignoreDeprecations": "5.0"
},
"vueCompilerOptions": {