Skip to content

Instantly share code, notes, and snippets.

@mitchell-garcia
Last active October 1, 2017 05:29
Show Gist options
  • Save mitchell-garcia/6122c544147b9f43afef782c5a67f1b7 to your computer and use it in GitHub Desktop.
Save mitchell-garcia/6122c544147b9f43afef782c5a67f1b7 to your computer and use it in GitHub Desktop.
Vue Typescript Typings for Typescript Version 2.4+
declare module "*.vue" {
import Vue from "vue";
import { ComponentOptions } from "vue";
export default typeof Vue as ComponentOptions<Vue>;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment