add support for bundling both esm and cjs versions

This commit is contained in:
2024-10-25 12:09:56 -05:00
parent afebfe75b1
commit 7a5b027c68
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"
}
}