-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
The tsconfig.json
file supports comments. When I tried to use this package to sync tsconfig.json
with package.json
I got an error message for existing tsconfig.json
files:
❯ p meta-updater
ERROR: Error while processing /xxx/tsconfig.json: Expected property name or '}' in JSON at position 4
ERROR: Error while processing /xxx/tsconfig.json: Expected property name or '}' in JSON
I think this is because those files have comments. Perhaps JSON could be parsed with JSON5 instead to allow for this?
b0o
Metadata
Metadata
Assignees
Labels
No labels