Skip to content

Commit

Permalink
test: add skipLibCheck to hapi integration due to
Browse files Browse the repository at this point in the history
```
ERROR in node_modules/@types/hapi__inert/node_modules/@types/hapi__hapi/index.d.ts:23:10 - error TS2305: Module '"@hapi/boom"' has no exported member 'Boom'.

```
  • Loading branch information
alan-agius4 committed Jan 22, 2020
1 parent 01e1f82 commit dde4fed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions integration/hapi-engine-ivy/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"module": "esnext",
"moduleResolution": "node",
"importHelpers": true,
"skipLibCheck": true,
"target": "es2015",
"typeRoots": [
"node_modules/@types"
Expand Down
1 change: 1 addition & 0 deletions integration/hapi-engine-ve/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"module": "esnext",
"moduleResolution": "node",
"importHelpers": true,
"skipLibCheck": true,
"target": "es2015",
"typeRoots": [
"node_modules/@types"
Expand Down

0 comments on commit dde4fed

Please sign in to comment.