mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-12 11:50:22 +03:00
11 lines
173 B
JSON
11 lines
173 B
JSON
{
|
|
"extends": "./tsconfig.app.json",
|
|
"include": ["playwright"],
|
|
"exclude": [],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"lib": [],
|
|
"types": ["node"]
|
|
}
|
|
}
|