Skip to content

fix(cli-plugin-typescript): tsconfig whitespace #2046

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

Merged
merged 2 commits into from
Aug 3, 2018
Merged

fix(cli-plugin-typescript): tsconfig whitespace #2046

merged 2 commits into from
Aug 3, 2018

Conversation

ky-is
Copy link
Contributor

@ky-is ky-is commented Aug 2, 2018

cli-plugin-typescript without a tests plugin generates tsconfig.json with incorrect spacing:

"types": [
  "node"    ],

This fixes the formatting and tests each configuration:

"types": [
  "node"
],

@yyx990803 yyx990803 merged commit 437f56c into vuejs:dev Aug 3, 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