13 lines
247 B
JSON
13 lines
247 B
JSON
|
{
|
||
|
"extends": ["../tsconfig.super.json"],
|
||
|
"compilerOptions": {
|
||
|
"types": [
|
||
|
"node",
|
||
|
"@wdio/globals/types",
|
||
|
"@wdio/mocha-framework",
|
||
|
"@wdio/lighthouse-service"
|
||
|
]
|
||
|
},
|
||
|
"include": ["./**/*.ts", "../wdio.conf.ts"]
|
||
|
}
|