fix(js-sdk): bring back cjs exports

This commit is contained in:
Andrei Bobkov
2024-09-11 17:53:17 +03:00
parent fe8f9d4b2f
commit f6fc71b46a
4 changed files with 1560 additions and 20 deletions
+2 -10
View File
@@ -16,17 +16,9 @@
"noUncheckedIndexedAccess": true,
"noImplicitOverride": true,
/* If transpiling with TypeScript: */
/* If NOT transpiling with TypeScript: */
"module": "NodeNext",
"outDir": "dist",
"rootDir": "src",
"sourceMap": true,
/* AND if you're building for a library: */
"declaration": true,
/* AND if you're building for a library in a monorepo: */
"declarationMap": true /* Skip type checking all .d.ts files. */
"noEmit": true,
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist", "**/__tests__/*"]