Skip to content

Commit

Permalink
Rootless
Browse files Browse the repository at this point in the history
  • Loading branch information
RickiJay-WMDE committed Oct 9, 2023
1 parent ecae1e9 commit fcb3778
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"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",
"module": "Node16",
"moduleResolution": "Node16",
"allowImportingTsExtensions": true,
"noEmit": true,
"typeRoots": ["./node_modules/@types", "./node_modules", "./helpers/types"]
// "typeRoots": ["./node_modules/@types", "./node_modules", "./helpers/types"]
},
"include": ["./**/*"]
}

0 comments on commit fcb3778

Please sign in to comment.