I'm facing this issue since I've started the project and actually don't know if normal but annoying.
Dist folder is created with partial info related to the component that is inside that folder.
- dashboard
- dist (unwanted)
- components
- panel
- dist (unwanted)
- components
My aim is to avoid those folders, if possible and know why they appeared. I've checked tsconfig.json file where
"outDir": "./dist/out-tsc"
seems to be something different.