moleculer-template-project-typescript icon indicating copy to clipboard operation
moleculer-template-project-typescript copied to clipboard

Compilation issues

Open devinaustindyer112 opened this issue 2 years ago • 1 comments
trafficstars

Getting the following errors: image

devinaustindyer112 avatar Apr 28 '23 03:04 devinaustindyer112

for a quick fix, just add

// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore

above created, started and stopped methods.

Karnith avatar Jun 08 '23 23:06 Karnith