BTerminal/v2/tests/e2e/tsconfig.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"]
}