moleculer-template-project-typescript
moleculer-template-project-typescript copied to clipboard
Compilation issues
trafficstars
Getting the following errors:

for a quick fix, just add
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
above created, started and stopped methods.