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
Tell us about your environment
Please show your use case / code slices / code link that could reproduce the issue
tsconfig.json:
/* To learn more about this file see: https://angular.io/config/tsconfig. */ { "compileOnSave": false,
import commentJson from "comment-json"; import fs from "fs"; fs.writeFileSync( "./test2.json", commentJson.stringify( commentJson.parse(fs.readFileSync("./tsconfig.json", "utf-8"), null, false), null, 2 ) );
Actual output:
/* To learn more about this file see: https://angular.io/config/tsconfig. */{ "compileOnSave": false, ...
What did you expect to happen? Keep new line after before all block comment.
Are you willing to submit a pull request to fix this bug? I don't have enough time recently.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Tell us about your environment
Please show your use case / code slices / code link that could reproduce the issue
tsconfig.json:
Actual output:
What did you expect to happen?
Keep new line after before all block comment.
Are you willing to submit a pull request to fix this bug?
I don't have enough time recently.
The text was updated successfully, but these errors were encountered: