UNPKG
healenium-global
Version:
latest (1.0.0)
1.0.0
Globally self-healing wrapper for Playwright actions (click, fill, etc.)
healenium-global
/
tsconfig.json
19 lines
•
314 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"compilerOptions"
:
{
"target"
:
"ES6"
,
"module"
:
"CommonJS"
,
"declaration"
:
true
,
"outDir"
:
"./dist"
,
"strict"
:
true
,
"esModuleInterop"
:
true
,
"skipLibCheck"
:
true
,
"types"
:
[
"node"
]
}
,
"include"
:
[
"patch-global.ts"
,
"healenium.ts"
,
"declarations.d.ts"
]
}