mirror of
https://github.com/foomo/gotsrpc.git
synced 2025-10-16 12:35:35 +00:00
26 lines
485 B
YAML
26 lines
485 B
YAML
---
|
|
module:
|
|
name: github.com/foomo/gotsrpc
|
|
path: ../
|
|
|
|
modulekind: commonjs
|
|
targets:
|
|
demo:
|
|
services:
|
|
/service/foo: Foo
|
|
/service/demo: Demo
|
|
package: github.com/foomo/gotsrpc/demo
|
|
out: demo/output-commonjs/client.ts
|
|
gorpc:
|
|
- Foo
|
|
- Demo
|
|
tsrpc:
|
|
- Foo
|
|
- Demo
|
|
|
|
mappings:
|
|
github.com/foomo/gotsrpc/demo:
|
|
out: demo/output-commonjs/demo.ts
|
|
github.com/foomo/gotsrpc/demo/nested:
|
|
out: demo/output-commonjs/demo-nested.ts
|
|
... |