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