rollup-plugin-dts
Advanced tools
Comparing version 5.0.0 to 5.1.0
@@ -18,2 +18,6 @@ import { PluginImpl } from 'rollup'; | ||
compilerOptions?: ts.CompilerOptions; | ||
/** | ||
* Path to tsconfig.json, by default, will try to load 'tsconfig.json' | ||
*/ | ||
tsconfig?: string; | ||
} | ||
@@ -20,0 +24,0 @@ declare const plugin: PluginImpl<Options>; |
{ | ||
"name": "rollup-plugin-dts", | ||
"version": "5.0.0", | ||
"version": "5.1.0", | ||
"description": "A rollup plugin that will bundle up your .d.ts definition files.", | ||
@@ -59,3 +59,3 @@ "keywords": [ | ||
"c8": "^7.12.0", | ||
"fs-extra": "^10.1.0", | ||
"fs-extra": "^11.1.0", | ||
"rimraf": "^3.0.2", | ||
@@ -62,0 +62,0 @@ "rollup": "3.1.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
177269
3318