aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index bf13c22..5f84071 100644
--- a/package.json
+++ b/package.json
@@ -31,7 +31,8 @@
"license": "MIT",
"files": [
"src",
- "dist"
+ "dist",
+ "mitt.d.ts"
],
"eslintConfig": {
"parser": "babel-eslint",
@@ -48,6 +49,7 @@
"semi": [2, "always"]
}
},
+ "typings": "./mitt.d.ts",
"devDependencies": {
"babel-core": "^6.9.1",
"babel-eslint": "^7.1.1",