diff options
-rw-r--r-- | packages/bun-types/scripts/bundle.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/bun-types/scripts/bundle.ts b/packages/bun-types/scripts/bundle.ts index aa91a3dfa..ce1c5ff4d 100644 --- a/packages/bun-types/scripts/bundle.ts +++ b/packages/bun-types/scripts/bundle.ts @@ -75,6 +75,8 @@ const tsConfig = { skipLibCheck: true, jsx: "react-jsx", allowImportingTsExtensions: true, + emitDeclarationOnly: true, + composite: true, allowSyntheticDefaultImports: true, forceConsistentCasingInFileNames: true, allowJs: true, |