@dargmuesli/nuxt-vio 1.10.1 → 1.10.2
Sign up to get free protection for your applications and to get access to all the features.
- package/nuxt.config.ts +0 -3
- package/package.json +1 -1
package/nuxt.config.ts
CHANGED
@@ -44,9 +44,6 @@ export default defineNuxtConfig({
|
|
44
44
|
shim: false,
|
45
45
|
strict: true,
|
46
46
|
tsConfig: {
|
47
|
-
compilerOptions: {
|
48
|
-
esModuleInterop: true,
|
49
|
-
},
|
50
47
|
vueCompilerOptions: {
|
51
48
|
htmlAttributes: [], // https://github.com/johnsoncodehk/volar/issues/1970#issuecomment-1276994634
|
52
49
|
},
|