From b8067419059d8afdd9d3f0ea47e697b676dac6cd Mon Sep 17 00:00:00 2001 From: a632079 Date: Sat, 5 Sep 2020 18:59:58 +0800 Subject: [PATCH] fix: exclude types ignore in pkg file --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a1022d7..648cdab 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,10 @@ "files": [ "module", "util", - "plugins" + "plugins", + "main.d.ts", + "interface.d.ts", + "module_types" ], "dependencies": { "axios": "^0.20.0",