vite-plugin-dts 1.7.1 → 1.7.2
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/README.md +20 -8
- package/README.zh-CN.md +317 -305
- package/dist/index.cjs +5 -176434
- package/dist/index.d.ts +2 -2
- package/dist/index.mjs +5 -176434
- package/package.json +51 -52
package/dist/index.d.ts
CHANGED
|
@@ -23,7 +23,7 @@ interface PluginOptions {
|
|
|
23
23
|
/**
|
|
24
24
|
* Manually set the root path of the entry files
|
|
25
25
|
*
|
|
26
|
-
* The output path of each file will be
|
|
26
|
+
* The output path of each file will be calculated base on it
|
|
27
27
|
*
|
|
28
28
|
* Defaults is the smallest public path for all files
|
|
29
29
|
*/
|
|
@@ -37,7 +37,7 @@ interface PluginOptions {
|
|
|
37
37
|
/**
|
|
38
38
|
* Project init tsconfig.json file path by ts-morph
|
|
39
39
|
*
|
|
40
|
-
* Plugin also resolve
|
|
40
|
+
* Plugin also resolve include and exclude files from tsconfig.json
|
|
41
41
|
*
|
|
42
42
|
* @default 'tsconfig.json'
|
|
43
43
|
*/
|