Comparing version 2.0.0 to 2.0.1
@@ -62,3 +62,4 @@ // Remove the .tshy-build folder, but ONLY if | ||
const config = readTypescriptConfig(); | ||
if (config.options.incremental !== true) { | ||
if (config.options.incremental !== true && | ||
config.options.composite !== true) { | ||
return rimrafSync('.tshy-build'); | ||
@@ -65,0 +66,0 @@ } |
{ | ||
"name": "tshy", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "TypeScript HYbridizer - Hybrid (CommonJS/ESM) TypeScript node package builder", | ||
@@ -5,0 +5,0 @@ "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)", |
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
216345
1637