add support for bundling both esm and cjs versions

This commit is contained in:
2024-10-24 16:59:17 -05:00
parent 512b2d63c0
commit 2377599f12
5 changed files with 45 additions and 10 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"emitDeclarationOnly": true,
"declaration": true,
"outDir": "./dist/types"
}
}