We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 71ac275 + 27ef7ef commit e3235daCopy full SHA for e3235da
1 file changed
packages/davinci-client/package.json
@@ -12,10 +12,10 @@
12
".": "./dist/src/index.js",
13
"./types": "./dist/src/types.d.ts"
14
},
15
- "main": "./dist/index.js",
16
- "module": "./dist/index.js",
17
- "typings": "./dist/index.d.ts",
18
- "files": ["dist"],
+ "main": "./dist/src/index.js",
+ "module": "./dist/src/index.js",
+ "typings": "./dist/src/index.d.ts",
+ "files": ["dist", "!dist/tsconfig.lib.tsbuildinfo"],
19
"scripts": {
20
"lint": "pnpm nx nxLint",
21
"test": "pnpm nx nxTest",
0 commit comments