use develop branch based new membership manager (#3079)

This commit is contained in:
Timo
2025-03-11 19:50:13 +01:00
committed by GitHub
parent 67b2015fa5
commit 1a17879562
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",