I have a number of projects with identical tsconfig.json files but one is acting strangely.
I have
"outDir": "./lib",
The results (.js, .d.ts) from src should go into lib directory as in the other projects.
The project is in
y:\dev\HomeControl\NScripts\hcdefs\
and the output is generated in
y:\dev\HomeControl\NScripts\hcdefs\lib\dev\HomeControl\NScripts\hcdefs\src
Why would it use the absolute path rather than the relative path in this one project. Ideas?