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