seedling/source/app/tests/tsconfig.json

22 lines
443 B
JSON
Raw Normal View History

{
"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",
]
}