@nuxt/schema-nightly 4.2.2-29404141.cdce631a → 4.2.2-29404316.81356f85
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/dist/index.mjs +1 -0
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -514,6 +514,7 @@ const common = defineResolvers({
|
|
|
514
514
|
// ignore tests
|
|
515
515
|
"**/*.d.{cts,mts,ts}",
|
|
516
516
|
// ignore type declarations
|
|
517
|
+
"**/*.d.vue.{cts,mts,ts}",
|
|
517
518
|
"**/.{pnpm-store,vercel,netlify,output,git,cache,data}",
|
|
518
519
|
"**/*.sock",
|
|
519
520
|
relative(rootDir, analyzeDir),
|