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