@dargmuesli/nuxt-vio 13.1.2 → 13.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/nuxt.config.ts +10 -7
  2. package/package.json +1 -1
package/nuxt.config.ts CHANGED
@@ -107,13 +107,16 @@ export default defineNuxtConfig(
107
107
  },
108
108
  },
109
109
  },
110
- // typescript: {
111
- // tsConfig: {
112
- // compilerOptions: {
113
- // noErrorTruncation: true,
114
- // },
115
- // },
116
- // },
110
+ typescript: {
111
+ tsConfig: {
112
+ vueCompilerOptions: {
113
+ htmlAttributes: [], // https://github.com/johnsoncodehk/volar/issues/1970#issuecomment-1276994634
114
+ },
115
+ // compilerOptions: {
116
+ // noErrorTruncation: true,
117
+ // },
118
+ },
119
+ },
117
120
 
118
121
  // modules
119
122
  colorMode: {
package/package.json CHANGED
@@ -118,5 +118,5 @@
118
118
  "start:static": "serve .playground/.output/public --ssl-cert ./.config/certificates/ssl.crt --ssl-key ./.config/certificates/ssl.key"
119
119
  },
120
120
  "type": "module",
121
- "version": "13.1.2"
121
+ "version": "13.1.4"
122
122
  }