@dargmuesli/nuxt-vio 10.2.9 → 10.2.10
Sign up to get free protection for your applications and to get access to all the features.
- package/nuxt.config.ts +5 -14
- package/package.json +1 -1
package/nuxt.config.ts
CHANGED
@@ -99,20 +99,11 @@ export default defineNuxtConfig(
|
|
99
99
|
typescript: {
|
100
100
|
shim: false,
|
101
101
|
strict: true,
|
102
|
-
tsConfig: {
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
},
|
108
|
-
},
|
109
|
-
vite: {
|
110
|
-
optimizeDeps: {
|
111
|
-
include: [
|
112
|
-
'dayjs', // remove when automated (https://github.com/nuxt/nuxt/pull/25752#discussion_r1486889443)
|
113
|
-
'sweetalert2', // remove when automated (https://github.com/nuxt/nuxt/pull/25752#discussion_r1486889443)
|
114
|
-
],
|
115
|
-
},
|
102
|
+
// tsConfig: {
|
103
|
+
// compilerOptions: {
|
104
|
+
// noErrorTruncation: true,
|
105
|
+
// },
|
106
|
+
// },
|
116
107
|
},
|
117
108
|
|
118
109
|
// modules
|