diff --git a/ts/tsbundle.class.tsbundleprocess.ts b/ts/tsbundle.class.tsbundleprocess.ts index 2e16b83..f4238b5 100644 --- a/ts/tsbundle.class.tsbundleprocess.ts +++ b/ts/tsbundle.class.tsbundleprocess.ts @@ -40,6 +40,7 @@ export class TsBundleProcess { noImplicitAny: false, target: 'es2018', allowSyntheticDefaultImports: true, + importsNotUsedAsValues: 'preserve', }), plugins.rollupJson(), // Allow node_modules resolution, so you can use 'external' to control