mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 06:02:57 +03:00
12 lines
197 B
JSON
12 lines
197 B
JSON
|
{
|
||
|
"extends": "./tsconfig.app.json",
|
||
|
"include": ["playwright"],
|
||
|
"exclude": [],
|
||
|
"compilerOptions": {
|
||
|
"composite": true,
|
||
|
"lib": [],
|
||
|
"jsx": "react-jsx",
|
||
|
"types": ["node"]
|
||
|
}
|
||
|
}
|