14 lines
309 B
JSON
14 lines
309 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./.tsbuild/",
|
|
"sourceMap": false,
|
|
"target": "es2019",
|
|
"module": "commonjs",
|
|
"removeComments": true,
|
|
"noImplicitAny": true,
|
|
"strictPropertyInitialization": true,
|
|
"strictNullChecks": true,
|
|
"types": ["node", "webdriverio/async", "@wdio/mocha-framework"]
|
|
}
|
|
}
|