seedling/source/ui/tests/tsconfig.json
Roman Jaroš 5246efb027 Add API monorepo
Change-Id: I39aa1707744bb86c4bc9113157bbf815bb3fe33a
2023-09-10 22:25:09 +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",
]
}