mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 14:47:33 +00:00

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>
17 lines
248 B
JSON
17 lines
248 B
JSON
{
|
|
"extends": ["//"],
|
|
"tasks": {
|
|
"generate": {
|
|
"outputs": [
|
|
"zitadel/**",
|
|
"google/**",
|
|
"validate/**",
|
|
"protoc-gen-openapiv2/**",
|
|
"cjs/**",
|
|
"es/**",
|
|
"types/**"
|
|
]
|
|
}
|
|
}
|
|
}
|