Mustafa Yücel
Mustafa Yücel
You could use following to write string to raw pipeline. set/p is to prevent trailing new lines from echo. ```powershell function echo2($str) { run cmd /c "echo|set/p=$str" } ``` Following...
@mhegazy it is already about automatic inclusion of global packages, not about modules imported by import statements. So, import statements fallback to `node_modules\@types` but also it fallback when types in...
@mhegazy I tested it, will check again.
Try this; ``` tsc --typeRoots ./someEmptyFolder --listFiles a.ts ```
You are right, it does not fallback with an empty typeRoots folder. So, i find out what i was doing. I have an empty sub-folder with my modules name under...