We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd7937a commit c5f5ae0Copy full SHA for c5f5ae0
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "evolution-api-sdk",
3
"private": false,
4
- "version": "0.5.35",
+ "version": "0.5.36",
5
"description": "Unofficial SDK for the Evolution Whatsapp API v2",
6
"main": "lib/index.js",
7
"types": "lib/index.d.ts",
tsconfig.json
@@ -18,5 +18,6 @@
18
"@/*": ["./src/*"]
19
}
20
},
21
- "include": ["src/**/*", "lib/**/*"]
+ "include": ["src/**/*", "lib/**/*"],
22
+ "exclude": ["node_modules", "lib/**/*.d.ts"]
23
0 commit comments