Skip to content
New issue

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

fix(tsconfig.json): Typescript Plugin generating invalid json #1036

Merged
merged 1 commit into from
Apr 25, 2018
Merged

fix(tsconfig.json): Typescript Plugin generating invalid json #1036

merged 1 commit into from
Apr 25, 2018

Conversation

elevatebart
Copy link
Contributor

@elevatebart elevatebart commented Mar 25, 2018

Using the TypeScript plugin without any unit testing plugin.
will generate an invalid JSON file.
See the trailing comma ?

"types": [
    "node",
]

Use TypeScript plugin without any unit testing plugin.
It will generate a types array ending with a trailing coma.
This was not valid JSON
@yyx990803 yyx990803 merged commit c49eeb7 into vuejs:dev Apr 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants