diff --git a/package.json b/package.json index fec1353..feac22f 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,9 @@ } }, "types": "dist/index.d.ts", + "files": [ + "/dist" + ], "scripts": { "watch": "tsc-multi --watch", "test": "jest",