You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.