vogievetsky commented on issue #8094: Ignore the web-console/build directory
URL: https://github.com/apache/incubator-druid/pull/8094#issuecomment-512622632
 
 
   While there is an `outDir: build` set in the tsconfig it should never be 
used. That setting could probably be removed. TypeScript is only used via the 
webpack ts-loader. You should not need to run `tsc` directly.
   We should clean up the tsconfig. I don't think git ignoring `build` is a 
good idea as it just hides the real problem - which is we should never be 
writing to that dir.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to