mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-13 07:35:33 +03:00
10 lines
180 B
JSON
10 lines
180 B
JSON
{
|
|
"extends": "./tsconfig.app.json",
|
|
"include": ["playwright", "env.d.ts", "src/**/*"],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"lib": [],
|
|
"types": ["node"]
|
|
}
|
|
}
|