@nuxt/schema-nightly 4.2.0-29333792.e060b969 → 4.2.0-29333825.6cbfa2c8

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.d.mts CHANGED
@@ -2251,6 +2251,12 @@ interface ConfigSchema {
2251
2251
  * Whether to improve chunk stability by using an import map to resolve the entry chunk of the bundle.
2252
2252
  */
2253
2253
  entryImportMap: boolean;
2254
+ /**
2255
+ * Whether to enable `@dxup/nuxt` module for better TypeScript DX.
2256
+ *
2257
+ * @see https://github.com/KazariEX/dxup
2258
+ */
2259
+ typescriptPlugin: boolean;
2254
2260
  };
2255
2261
  /**
2256
2262
  *
package/dist/index.d.ts CHANGED
@@ -2251,6 +2251,12 @@ interface ConfigSchema {
2251
2251
  * Whether to improve chunk stability by using an import map to resolve the entry chunk of the bundle.
2252
2252
  */
2253
2253
  entryImportMap: boolean;
2254
+ /**
2255
+ * Whether to enable `@dxup/nuxt` module for better TypeScript DX.
2256
+ *
2257
+ * @see https://github.com/KazariEX/dxup
2258
+ */
2259
+ typescriptPlugin: boolean;
2254
2260
  };
2255
2261
  /**
2256
2262
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/schema-nightly",
3
- "version": "4.2.0-29333792.e060b969",
3
+ "version": "4.2.0-29333825.6cbfa2c8",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/nuxt.git",