fix(ts): align with create-vue setup
This commit is contained in:

committed by
konrad

parent
f36115871c
commit
bf28a0c795
@ -4,6 +4,7 @@
|
||||
"exclude": ["src/**/__tests__/*"],
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
|
||||
"baseUrl": ".",
|
||||
"lib": ["ESNext", "DOM", "WebWorker"],
|
||||
|
||||
@ -18,6 +19,5 @@
|
||||
// https://github.com/ikenfin/vite-plugin-sentry#typescript
|
||||
"vite-plugin-sentry/client"
|
||||
],
|
||||
"ignoreDeprecations": "5.0"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user