mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 13:45:36 +03:00
d76166beca
This patch moves fixtures.js to base.fixtures.ts that sits next to tests. All tests get an extra import to get the base fixtures (both types and implementations).
12 lines
314 B
JSON
12 lines
314 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": false,
|
|
"noEmit": true,
|
|
"moduleResolution": "node",
|
|
"target": "ESNext",
|
|
"strictNullChecks": false,
|
|
"allowSyntheticDefaultImports": true,
|
|
},
|
|
"include": ["**/*.spec.js", "types.d.ts", "**/*.ts"]
|
|
} |