nuxt-typed-router 3.0.8 → 3.0.9
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/module.d.ts +1 -1
- package/dist/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/package.json +1 -1
package/dist/module.d.ts
CHANGED
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -1667,7 +1667,7 @@ const module = defineNuxtModule({
|
|
|
1667
1667
|
plugin: false,
|
|
1668
1668
|
strict: false,
|
|
1669
1669
|
experimentalPathCheck: true,
|
|
1670
|
-
experimentalRemoveNuxtDefs:
|
|
1670
|
+
experimentalRemoveNuxtDefs: true
|
|
1671
1671
|
},
|
|
1672
1672
|
setup(moduleOptions, nuxt) {
|
|
1673
1673
|
const { resolve } = createResolver(import.meta.url);
|