Skip to content

Commit e64c124

Browse files
authored
chore: describe correct types for mount function (#11136)
1 parent 407836c commit e64c124

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/cypress-ct-ui5-webc/package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,18 @@
33
"version": "0.0.2",
44
"description": "Custom framework definition adapter for Cypress Component Testing of UI5 Web Components",
55
"license": "MIT",
6+
"types": "./dist/index.d.ts",
67
"exports": {
8+
"types": "./dist/index.d.ts",
79
"node": "./dist/definition.js",
810
"default": "./dist/index.js"
911
},
1012
"scripts": {
1113
"clean": "rimraf dist",
1214
"build": "yarn build:definition && yarn build:mount",
1315
"prepublishOnly": "yarn build",
14-
"build:mount": "tsc --project tsconfig.mount.json",
15-
"build:definition": "tsc --project tsconfig.definition.json"
16+
"build:mount": "tsc -p tsconfig.mount.json",
17+
"build:definition": "tsc -p tsconfig.definition.json"
1618
},
1719
"devDependencies": {
1820
"typescript": "^5.6.2",

0 commit comments

Comments
 (0)