Skip to content

Commit c5f5ae0

Browse files
committed
package: fix tsconfig
1 parent fd7937a commit c5f5ae0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "evolution-api-sdk",
33
"private": false,
4-
"version": "0.5.35",
4+
"version": "0.5.36",
55
"description": "Unofficial SDK for the Evolution Whatsapp API v2",
66
"main": "lib/index.js",
77
"types": "lib/index.d.ts",

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@
1818
"@/*": ["./src/*"]
1919
}
2020
},
21-
"include": ["src/**/*", "lib/**/*"]
21+
"include": ["src/**/*", "lib/**/*"],
22+
"exclude": ["node_modules", "lib/**/*.d.ts"]
2223
}

0 commit comments

Comments
 (0)