Niklas Pfenninger

Results 3 comments of Niklas Pfenninger

Can you please try the following: 1. Add the new file `polyfill.d.ts` in `.iobroker/types/` 2. Add the following content to the new file ```typescript export {}; declare global { function...

I know of the issue, but I don't know how to resolve it. The problem appears, because of the include settings in `tsconfig.json`. If the include is specified like this...

I just found out about Project References in Typescript: https://www.typescriptlang.org/docs/handbook/project-references.html These might be the solution to the problem, but I'm not sure about it yet. If I find some time...