Skip to content

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