mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 14:11:50 +03:00
11 lines
254 B
JSON
11 lines
254 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"allowJs": true,
|
||
|
"checkJs": false,
|
||
|
"noEmit": true,
|
||
|
"moduleResolution": "node",
|
||
|
"target": "ESNext",
|
||
|
"strictNullChecks": false,
|
||
|
},
|
||
|
"include": ["*.spec.js", "types.d.ts"]
|
||
|
}
|