Skip to content

Commit

Permalink
Merge pull request vuejs#2437 from rchl/fix/workaround-types-issues
Browse files Browse the repository at this point in the history
Workaround issues with type when running yarn watch locally
  • Loading branch information
octref authored Nov 6, 2020
2 parents 062ba73 + 03ba4ad commit befd17e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vti/src/typing.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
declare module 'eslint-plugin-vue';
declare module 'eslint';
declare module 'js-beautify';
declare module 'prettier';

0 comments on commit befd17e

Please sign in to comment.