Alexander Zeitler

Results 96 comments of Alexander Zeitler
trafficstars

Can you please share your Node.js and Typescript versions and your complete tsconfig?

I'm working on it at #277 but it doesn't work yet (e.g. [0.24.9-alpha.4](https://www.npmjs.com/package/docker-compose/v/0.24.9-alpha.4)).

I also tend to agree with @selketjah. Maybe have some dashed border as an fence analogy: ![image](https://user-images.githubusercontent.com/287480/217871090-01900c3b-01cf-4e94-ac01-648608be19c3.png)

Since I have already entered the territory of multi-stream projections, I can imagine that I will (have to) use it sooner or later.

Adding this to `tsconfig.json` fixed it - maybe there are better solutions? ```json { "compilerOptions": { "skipLibCheck": true } } ```