Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fe5c9d8

Browse files
committed
🐛 fix: fix output files
1 parent 445afdf commit fe5c9d8

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,7 @@
2525
"main": "./build/index.js",
2626
"types": "./build/index.d.ts",
2727
"files": [
28-
"lib",
29-
"es",
30-
"client.d.ts",
31-
"client.js",
32-
"openapi.d.ts",
33-
"openapi.js",
34-
"schema.json"
28+
"build"
3529
],
3630
"scripts": {
3731
"build": "tsc",

0 commit comments

Comments
 (0)