Anton Gilgur
Anton Gilgur
May have been fixed by #11781
Also some other similar changes within the k8s ecosystem: - https://github.com/kubernetes/website/issues/6525 - [KEP 2067](https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/kubeadm/2067-rename-master-label-taint/README.md) - [Master role renamed as control-plane in OpenShift 4.12](https://access.redhat.com/solutions/7002512) - [Charmed k8s Control Plane rename](https://ubuntu.com/kubernetes/docs/inclusive-naming) In...
Yes, as I mentioned above, `paths` are not "true" aliases by the TS compiler. That's not rpt2's behavior, that's TS behavior. Per above, see #201 for more details, links to...
`paths` do not and cannot work out of the box, as TS did not design them to be aliases (they are the inverse, basically). `references` do work, as you confirmed....
Hmmmm that's a good suggestion as `paths` are unfortunately _very_ commonly misunderstood, but I'm not sure if we can know for sure that it's not being used correctly 💠(e.g....
Can you provide a minimal reproduction? Can't say what's going on otherwise. There is a different code-path where it could be hit, but it's highly unlikely a user has it...
@gustavopch thanks for the repro. Very weird, it is indeed creating a `dist/src/` directory even though you don't have a `src/src/` directory. There are no other directories created either, so...
You can also use `"include": ["./src/*"]` which seems to work fine as well.
Well you already had `src`, `src/*` isn't really any different except that it avoids this error. Using `files` means only things that are actually imported are compiled, which is even...
> Unsure if this is a bug or by design or whether to label this as an enhancement or bug > I am unable to achieve this because namespace is...