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`.