11 lines
263 B
JSON
11 lines
263 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"target": "ESNext",
|
|
"types": ["@wdio/mocha-framework", "@wdio/globals/types"],
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["specs/**/*.ts"]
|
|
}
|