You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
497 B
JSON
28 lines
497 B
JSON
{
|
|||
"extends": "../tsconfig.json",
|
|||
"compilerOptions": {
|
|||
"outDir": "../out-tsc/app",
|
|||
"noImplicitAny": false,
|
|||
"esModuleInterop": true,
|
|||
"module": "commonjs",
|
|||
"target": "ES2015",
|
|||
"typeRoots": [
|
|||
"../node_modules/@types",
|
|||
"../node_modules"
|
|||
],
|
|||
"types": [
|
|||
"node",
|
|||
"@wdio/globals/types",
|
|||
"@wdio/mocha-framework",
|
|||
"expect-webdriverio"
|
|||
]
|
|||
},
|
|||
"ts-node": {
|
|||
"files": true
|
|||
},
|
|||
"include": [
|
|||
"src/**/*.ts",
|
|||
"./*.ts"
|
|||
]
|
|||
}
|