Skip to content

Commit

Permalink
build(webdriverio): Do not suppress TypeScript errors (#621)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmathieson authored Dec 13, 2022
1 parent 36584c2 commit 84fc67a
Show file tree
Hide file tree
Showing 5 changed files with 9,304 additions and 2,414 deletions.
20 changes: 0 additions & 20 deletions packages/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

238 changes: 0 additions & 238 deletions packages/webdriverio/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions packages/webdriverio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"typings": "dist/index.d.ts",
"scripts": {
"prebuild": "rimraf dist",
"build": "tsc-silent -p tsconfig.json --suppress @",
"build": "tsc -p tsconfig.json",
"test": "mocha --timeout 60000 -r ts-node/register 'src/test.ts'",
"coverage": "nyc npm run test",
"prepare": "npm run build"
Expand Down Expand Up @@ -59,7 +59,6 @@
"source-map-support": "^0.5.21",
"test-listen": "^1.1.0",
"ts-node": "^10.9.1",
"tsc-silent": "^1.2.2",
"typescript": "^4.8.4",
"webdriverio": "^7.25.1"
},
Expand Down
1 change: 1 addition & 0 deletions packages/webdriverio/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"pretty": true,
"sourceMap": true,
"declaration": true,
"skipLibCheck": true,
"outDir": "dist",
"typeRoots": ["node_modules/@types"],
"esModuleInterop": true
Expand Down
Loading

0 comments on commit 84fc67a

Please sign in to comment.