We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tsc --init
Actually, require(PATH_TO_TSCONFIG_JSON) will break, if tsconfig.json has comments. I didn't inserted the comments myself, but npx tsc --init did.
require(PATH_TO_TSCONFIG_JSON)
tsconfig.json
npx tsc --init
Not really sure how tsc internally read JSON with comments...
tsc
The text was updated successfully, but these errors were encountered:
I ran into this issue as well. It's really helpful that Typescript allows using comments in JSON files. Would be great if you can support this.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Actually,
require(PATH_TO_TSCONFIG_JSON)
will break, iftsconfig.json
has comments. I didn't inserted the comments myself, butnpx tsc --init
did.Not really sure how
tsc
internally read JSON with comments...The text was updated successfully, but these errors were encountered: