@nuxt/schema-nightly
Advanced tools
Comparing version 3.9.0-28383637.b443de23 to 3.9.0-28384733.8917e5f5
@@ -965,3 +965,3 @@ import { TransitionProps, KeepAliveProps } from 'vue'; | ||
/** @default true */ | ||
/** @default false */ | ||
typescriptBundlerResolution: boolean, | ||
@@ -968,0 +968,0 @@ |
{ | ||
"name": "@nuxt/schema-nightly", | ||
"version": "3.9.0-28383637.b443de23", | ||
"version": "3.9.0-28384733.8917e5f5", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
@@ -295,3 +295,3 @@ import type { ComponentsOptions } from '../src/types/components' | ||
/** @default true */ | ||
/** @default false */ | ||
typescriptBundlerResolution: boolean, | ||
@@ -298,0 +298,0 @@ |
@@ -8,2 +8,3 @@ { | ||
"define": { | ||
"__VUE_PROD_HYDRATION_MISMATCH_DETAILS__": false, | ||
"process.dev": false, | ||
@@ -104,3 +105,3 @@ "import.meta.dev": false, | ||
"configSchema": true, | ||
"typescriptBundlerResolution": true, | ||
"typescriptBundlerResolution": false, | ||
"polyfillVueUseHead": false, | ||
@@ -155,2 +156,3 @@ "respectNoSSRHeader": false, | ||
"srcDir": "/<rootDir>", | ||
"debug": false, | ||
"dir": { | ||
@@ -274,3 +276,2 @@ "assets": "assets", | ||
"test": false, | ||
"debug": false, | ||
"ssr": true, | ||
@@ -277,0 +278,0 @@ "modules": [], |
@@ -472,3 +472,3 @@ | ||
- **Type**: `boolean` | ||
- **Default**: `true` | ||
- **Default**: `false` | ||
@@ -475,0 +475,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
307127
7635