1
0

fix: remove jsxTemplates

this is not necessary any more in vite 5
This commit is contained in:
Dominik Pschenitschni 2024-06-10 17:07:12 +02:00 committed by konrad
parent c1d74e89b9
commit 9fa8c5429b
2 changed files with 0 additions and 17 deletions

View File

@ -1,13 +0,0 @@
import Vue, { VNode } from 'vue'
declare global {
namespace JSX {
// tslint:disable no-empty-interface
interface Element extends VNode {}
// tslint:disable no-empty-interface
interface ElementClass extends Vue {}
interface IntrinsicElements {
[elem: string]: any
}
}
}

View File

@ -19,9 +19,5 @@
"vite-plugin-sentry/client"
],
"ignoreDeprecations": "5.0"
},
"vueCompilerOptions": {
// "strictTemplates": true
"jsxTemplates": true
}
}