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