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 +2 -0
- package/dist/index.mjs +2 -0
- package/package.json +1 -1
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