diff --git a/test/tsconfig.json b/test/tsconfig.json index 11c97250a..b0a16ba45 100644 --- a/test/tsconfig.json +++ b/test/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "types": ["node", "@wdio/globals/types", "@wdio/mocha-framework", "./wdio"], + "types": ["node", "@wdio/globals/types", "@wdio/mocha-framework", "./helpers/types/wdio"], "outDir": "./built", "allowJs": true, "target": "ES6", @@ -8,7 +8,7 @@ "moduleResolution": "Node16", "allowImportingTsExtensions": true, "noEmit": true, - "typeRoots": ["./node_modules/@types", "./node_modules", "./helpers/types"] + // "typeRoots": ["./node_modules/@types", "./node_modules", "./helpers/types"] }, "include": ["./**/*"] }