fix(packages): cjs, and module resolution fix (#10322)

This PR introduces CJS support for @zitadel/client and @zitadel/proto
from https://github.com/zitadel/zitadel/pull/10290
and fixes a module resolution error of @zitadel/client

---------

Co-authored-by: reluc <relu.cri@gmail.com>
This commit is contained in:
Max Peintner
2025-07-25 13:42:48 +02:00
committed by GitHub
parent b43c627c74
commit c46fd01947
23 changed files with 244 additions and 472 deletions

View File

@@ -2,7 +2,15 @@
"extends": ["//"],
"tasks": {
"generate": {
"outputs": ["zitadel/**"]
"outputs": [
"zitadel/**",
"google/**",
"validate/**",
"protoc-gen-openapiv2/**",
"cjs/**",
"es/**",
"types/**"
]
}
}
}