strongloop / loopback4-example-microservices

Deprecated - please use https://github.com/strongloop/loopback4-example-shopping/tree/master/kubernetes
http://loopback.io
Other
88 stars 28 forks source link

Use same tsc settings as in loopback-next #50

Open bajtos opened 7 years ago

bajtos commented 7 years ago

Once https://github.com/strongloop/loopback-next/issues/174 is done and published, we should start following LoopBack.next conventions in this project too.

As a short-term workaround, we may want to copy (duplicate) tslint config files and the relevant parts of tsconfig.

cc @superkhau @ritch

dhmlau commented 6 years ago

@bajtos , is it still valid?

virkt25 commented 6 years ago

I don't think so since this project now uses @loopback/build

bajtos commented 6 years ago

AFAICT, we are using tslint configuration from @loopback/build (see tslint.json), but we are not using the shared typescript config yet (see tsconfig.json).

I have edited the issue to reflect the fact that it's only tsconfig to change.