seedling/source/app/tests/tsconfig.json
Roman Jaroš 13ab39d1fd Initial builded version
Change-Id: I8937a5b559134d1d6029d16e9831c961287fee0c
2023-09-09 16:56:30 +02:00

22 lines
No EOL
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",
]
}