@dargmuesli/nuxt-vio 10.2.9 → 10.2.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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
|