mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 05:54:34 +00:00
baseUrl
This commit is contained in:
@@ -6,7 +6,7 @@ plugins:
|
||||
- name: ts
|
||||
strategy: all
|
||||
path: node_modules/ts-proto/protoc-gen-ts_proto
|
||||
out: src/server
|
||||
out: proto/src/server
|
||||
opt:
|
||||
- esModuleInterop=true
|
||||
- env=node
|
||||
@@ -17,7 +17,7 @@ plugins:
|
||||
# out: src/app/proto/generated
|
||||
# opt: import_style=commonjs,binary
|
||||
- plugin: buf.build/grpc/web
|
||||
out: src/client
|
||||
out: proto/src/client
|
||||
opt: import_style=typescript,mode=grpcweb
|
||||
# - plugin: buf.build/grpc-ecosystem/openapiv2
|
||||
# out: src/app/proto/generated
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"extends": "@zitadel/tsconfig/react-library.json",
|
||||
"include": ["."],
|
||||
"compilerOptions": {
|
||||
"baseUrl": "."
|
||||
},
|
||||
"exclude": ["dist", "build", "node_modules"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user