diff --git a/package.json b/package.json index 071794d..14d140c 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "types": "./dist/index.d.ts", "files": [ "dist/**", - "bin/**" + "bin/**", + "src/**" ], "scripts": { "build": "tsc -p ./tsconfig.prod.json",