diff --git a/e2e/tsconfig.json b/e2e/tsconfig.json index 2efd5043e..e2b548483 100644 --- a/e2e/tsconfig.json +++ b/e2e/tsconfig.json @@ -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. */