Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danielr18 committed Nov 4, 2023
1 parent 0d2b5f0 commit fe97868
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tsconfig.test.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"extends": "./e2e/tsconfig.json",
"extends": "./tsconfig.json",
"compilerOptions": {
"skipLibCheck": true
},
"include": [
"instrumented"
],
"exclude": [
"src",
"node_modules"
"src"
]
}

0 comments on commit fe97868

Please sign in to comment.