We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 407836c commit e64c124Copy full SHA for e64c124
packages/cypress-ct-ui5-webc/package.json
@@ -3,16 +3,18 @@
3
"version": "0.0.2",
4
"description": "Custom framework definition adapter for Cypress Component Testing of UI5 Web Components",
5
"license": "MIT",
6
+ "types": "./dist/index.d.ts",
7
"exports": {
8
9
"node": "./dist/definition.js",
10
"default": "./dist/index.js"
11
},
12
"scripts": {
13
"clean": "rimraf dist",
14
"build": "yarn build:definition && yarn build:mount",
15
"prepublishOnly": "yarn build",
- "build:mount": "tsc --project tsconfig.mount.json",
- "build:definition": "tsc --project tsconfig.definition.json"
16
+ "build:mount": "tsc -p tsconfig.mount.json",
17
+ "build:definition": "tsc -p tsconfig.definition.json"
18
19
"devDependencies": {
20
"typescript": "^5.6.2",
0 commit comments