Commit 65fbde07 authored by JounQin's avatar JounQin Committed by Evan You

types: add .d.ts declaration file (#1218)

parent 81291732
import { Plugin } from 'webpack'
declare namespace VueLoader {
class VueLoaderPlugin extends Plugin {}
}
export = VueLoader
......@@ -3,6 +3,7 @@
"version": "15.0.0-beta.7",
"description": "Vue single-file component loader for Webpack",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"test": "jest --env node",
"lint": "eslint lib test --fix",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment