Right now only the compiler options are taken from the `tsconfig.json`, but if you used `ts.parseCommandLine` you could resolve the entry files as well. Use`ts.parseCommandLine` then `commandLine.fileNames` as root with the `commandLine.options`.
Right now only the compiler options are taken from the
tsconfig.json, but if you usedts.parseCommandLineyou could resolve the entry files as well.Use
ts.parseCommandLinethencommandLine.fileNamesas root with thecommandLine.options.