vite-plugin-dts 0.8.0 → 0.8.1

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.js CHANGED
@@ -1866,7 +1866,9 @@ ${import_chalk.default.cyan("[vite:dts]")} Can not resolve declaration directory
1866
1866
  compilerOptions: mergeObjects(compilerOptions || {}, {
1867
1867
  noEmitOnError,
1868
1868
  outDir: ".",
1869
+ declarationDir: null,
1869
1870
  declaration: true,
1871
+ noEmit: false,
1870
1872
  emitDeclarationOnly: true
1871
1873
  }),
1872
1874
  tsConfigFilePath: tsConfigPath,
package/dist/index.mjs CHANGED
@@ -1866,7 +1866,9 @@ ${import_chalk.default.cyan("[vite:dts]")} Can not resolve declaration directory
1866
1866
  compilerOptions: mergeObjects(compilerOptions || {}, {
1867
1867
  noEmitOnError,
1868
1868
  outDir: ".",
1869
+ declarationDir: null,
1869
1870
  declaration: true,
1871
+ noEmit: false,
1870
1872
  emitDeclarationOnly: true
1871
1873
  }),
1872
1874
  tsConfigFilePath: tsConfigPath,
package/package.json CHANGED
@@ -81,5 +81,5 @@
81
81
  "test:e2e": "cd example && vite build"
82
82
  },
83
83
  "types": "dist/index.d.ts",
84
- "version": "0.8.0"
84
+ "version": "0.8.1"
85
85
  }