Skip to content

Commit

Permalink
chore(e2e): unblock [email protected] and above.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasgloning committed May 15, 2024
1 parent e1b7ef1 commit 1025f13
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion e2e/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,12 @@
// "paths": {}, /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */
// "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */
// "typeRoots": [], /* List of folders to include type definitions from. */
"types": ["node", "@wdio/globals/types", "@wdio/jasmine-framework"],
"types": [
"node",
"@wdio/globals/types",
"jasmine",
"@wdio/jasmine-framework"
],
"allowSyntheticDefaultImports": true /* Allow default imports from modules with no default export. This does not affect code emit, just typechecking. */,
// "esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
// "preserveSymlinks": true, /* Do not resolve the real path of symlinks. */
Expand Down

0 comments on commit 1025f13

Please sign in to comment.