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
{{ message }}
This repository has been archived by the owner on May 1, 2020. It is now read-only.
TypeScript has allowed comments in tsconfig.json files for almost a year now (see microsoft/TypeScript#4987), but the current use of readJsonSync() in fs-extra to parse tsconfig.json files doesn't seem to like them.
TypeScript has allowed comments in tsconfig.json files for almost a year now (see microsoft/TypeScript#4987), but the current use of
readJsonSync()
infs-extra
to parse tsconfig.json files doesn't seem to like them.Maybe switching to a tsconfig-aware library like https://github.com/TypeStrong/tsconfig would better support the full format?
The text was updated successfully, but these errors were encountered: