Skip to content

Commit a219da3

Browse files
committed
fix(example-rpc-server): include index.ts in tsconfig
1 parent c605d43 commit a219da3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/example-rpc-server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
An example RPC server and application to demonstrate the creation of your
44
own custom server.
55

6-
[![LoopBack](http://loopback.io/images/overview/powered-by-LB-xs.png)](http://loopback.io/)
6+
[![LoopBack]https://github.com/strongloop/loopback-next/blob/master/docs/site/imgs/branding/Powered-by-LoopBack-Badge-(blue)-%402x.png](http://loopback.io/)
77

88
## Usage
99

packages/example-rpc-server/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"extends": "./node_modules/@loopback/build/config/tsconfig.common.json",
44
"include": [
55
"src",
6-
"test"
6+
"test",
7+
"index.ts"
78
],
89
"exclude": [
910
"node_modules/**",

0 commit comments

Comments
 (0)