mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-12 11:50:22 +03:00
13 lines
260 B
JSON
13 lines
260 B
JSON
{
|
|
"extends": "./tsconfig.app.json",
|
|
"include": ["playwright", "src/**/*", "tests/**/*"],
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"composite": true,
|
|
"lib": [],
|
|
"jsx": "react-jsx",
|
|
"types": ["node"],
|
|
"ignoreDeprecations": "5.0"
|
|
}
|
|
}
|