We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8129173 commit 65fbde0Copy full SHA for 65fbde0
lib/index.d.ts
@@ -0,0 +1,7 @@
1
+import { Plugin } from 'webpack'
2
+
3
+declare namespace VueLoader {
4
+ class VueLoaderPlugin extends Plugin {}
5
+}
6
7
+export = VueLoader
package.json
@@ -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": {
8
"test": "jest --env node",
9
"lint": "eslint lib test --fix",
0 commit comments