error TS6059: File is not under ‘rootDir’ .. ‘rootDir’ is expected to contain all source files
What is rootDir? rootDir is set to a root folder, that contains all your source files. If not specified, TS will automatically choose a suitable parent folder of all inputs. rootDir also determines the output directory. What does the error mean? My guess is you have an import statement for logging.ts somewhere in notifier-server: import … Read more