Skip to content

Commit

Permalink
chore(example-passport-login): update tsconfig.json to re-order proje…
Browse files Browse the repository at this point in the history
…ct refs
  • Loading branch information
raymondfeng committed Apr 22, 2020
1 parent ff8cf59 commit de3f080
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/passport-login/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@
"path": "../../packages/rest-crud/tsconfig.json"
},
{
"path": "../../packages/security/tsconfig.json"
"path": "../../packages/rest-explorer/tsconfig.json"
},
{
"path": "../../packages/service-proxy/tsconfig.json"
"path": "../../packages/security/tsconfig.json"
},
{
"path": "../../packages/rest-explorer/tsconfig.json"
"path": "../../packages/service-proxy/tsconfig.json"
}
]
}

0 comments on commit de3f080

Please sign in to comment.