New Membership Manager js-sdk develop (#3067)

* fix experimentalDecorators like we do in the js-sdk

* bump-js-sdk

* update to develop branch of js-sdk (new membership manager)
This commit is contained in:
Timo
2025-03-11 19:48:02 +01:00
committed by GitHub
parent a97c36a335
commit 93ae2aed98
3 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@
"strict": true,
"noEmit": true,
"noEmitOnError": true,
"experimentalDecorators": true,
"experimentalDecorators": false,
"esModuleInterop": true,
"noUnusedLocals": true,
"moduleResolution": "bundler",