From c063f8bb313e8da2fdbb96b79e1e55216618b4fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ho=C3=A0ng=20Ng=E1=BB=8Dc=20Long?= Date: Mon, 24 Oct 2022 21:05:27 +0700 Subject: [PATCH] fix: type declarations is missing from npm package --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ee71d3ffa..5b6df4d3d 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,8 @@ "sequelize-cli": "./lib/sequelize" }, "files": [ - "lib" + "lib", + "types.d.ts" ], "dependencies": { "cli-color": "^2.0.3",