Skip to content

Commit

Permalink
fix(example-rpc-server): include index.ts in tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
shimks committed Mar 15, 2018
1 parent c605d43 commit a219da3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/example-rpc-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
An example RPC server and application to demonstrate the creation of your
own custom server.

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

## Usage

Expand Down
3 changes: 2 additions & 1 deletion packages/example-rpc-server/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"extends": "./node_modules/@loopback/build/config/tsconfig.common.json",
"include": [
"src",
"test"
"test",
"index.ts"
],
"exclude": [
"node_modules/**",
Expand Down

0 comments on commit a219da3

Please sign in to comment.