I am currently trying to build my ts files into a single ts files. The issue I\'m getting is that my code below isn\'t doing what I thought it would. I used sourceRoot to at
Yes,it is possible. Please use rootDir like 'rootDir': 'app', if www is your root dir of your application.
rootDir
'rootDir': 'app'
www
rootDir description from typescript compiler options:
Specifies the root directory of input files.