mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-04 06:03:10 +03:00
14 lines
336 B
JSON
14 lines
336 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"allowJs": true,
|
||
|
"checkJs": false,
|
||
|
"noEmit": true,
|
||
|
"moduleResolution": "node",
|
||
|
"target": "ESNext",
|
||
|
"strictNullChecks": false,
|
||
|
"strictBindCallApply": true,
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
},
|
||
|
"include": ["**/*.spec.js", "**/*.ts"]
|
||
|
}
|