Currently we are using the tsconfig package for parsing/resolving the tsconfig.json file, but unfortunately the tsconfig package does not support trailing commas (see here) (which tsconfig.json does for some reason). We should replace the tsconfig package with tsconfck to better support the weird dialect of JSON that is tsconfig.json.
TRI-732
Currently we are using the tsconfig package for parsing/resolving the tsconfig.json file, but unfortunately the tsconfig package does not support trailing commas (see here) (which tsconfig.json does for some reason). We should replace the tsconfig package with tsconfck to better support the weird dialect of JSON that is tsconfig.json.
TRI-732