From 415801259a54d8425e9afe2fc3d4821d5dee2f1d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alvaro=20Cabrera=20Dur=C3=A1n?= <pateketrueke@gmail.com>
Date: Sat, 28 Aug 2021 22:42:22 -0500
Subject: [PATCH] fix: export types

---
 package.json | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/package.json b/package.json
index b60151c..c781bbf 100644
--- a/package.json
+++ b/package.json
@@ -5,9 +5,11 @@
   "author": "Alvaro Cabrera <pateketrueke@gmail.com>",
   "description": "Sequelize models with JSON-Schema powers!",
   "license": "MIT",
+  "types": "index.d.ts",
   "files": [
     "lib/*",
-    "cli/*"
+    "cli/*",
+    "*.d.ts"
   ],
   "scripts": {
     "dev": "npm test -- -w",