add esm and cjs builds

This commit is contained in:
2024-12-09 17:23:41 -06:00
parent 924460f2a8
commit 1b4914f926
6 changed files with 46 additions and 11 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "CommonJS",
"declaration": false,
"outDir": "./dist/cjs"
}
}