Skip to content

Commit

Permalink
trying different approach
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomura committed Feb 22, 2025
1 parent f812bf8 commit 76aa5b2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions e2e/tsconfig.e2e.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"strictNullChecks": true,
"ignoreDeprecations": "5.0",
"noUnusedLocals": true,
"typeRoots": ["node_modules/@types", "src/typings/"]
"typeRoots": ["node_modules/@types", "src/typings/"],
"types": ["jest"]
},
"include": ["tests/**/*", "jest.config.js"]
"include": ["tests/**/*"]
}

0 comments on commit 76aa5b2

Please sign in to comment.