22 lines
443 B
JSON
22 lines
443 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"outDir": ".nightwatchjs",
|
||
|
"baseUrl": ".",
|
||
|
"rootDir": ".",
|
||
|
"allowJs": true,
|
||
|
"skipLibCheck": true,
|
||
|
"module": "commonjs",
|
||
|
"strictNullChecks": true,
|
||
|
"strictFunctionTypes": false,
|
||
|
"target": "es6",
|
||
|
"lib": [
|
||
|
"es6",
|
||
|
],
|
||
|
},
|
||
|
"files": [
|
||
|
"./nightwatchjs.d.ts"
|
||
|
],
|
||
|
"include": [
|
||
|
"./**/*.ts",
|
||
|
]
|
||
|
}
|