#`"noEmit": true` is not working | beginner
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
When i set "noEmit": true in the tsconfig.json file, the tsc compiler still emits compiled js files into the root folder as shown in the image. Why is this happening. I read that only type checking will happen when it is set to true, and no js files would be emitted. What am i missing. Can't find answers on the internet 😦