We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb5be9e commit 7b616abCopy full SHA for 7b616ab
1 file changed
package.json
@@ -3,7 +3,9 @@
3
"version": "1.0.2",
4
"description": "Official OpenApi NodeJS Client",
5
"main": "dist/index.js",
6
- "type": "module",
+ "files": [
7
+ "dist"
8
+ ],
9
"scripts": {
10
"test": "tsc && jest -config=jest.config.json --all",
11
"build": "tsc"
0 commit comments