mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 13:45:36 +03:00
9 lines
127 B
JSON
9 lines
127 B
JSON
{
|
|
"extends": "./tsconfig.app.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"lib": [],
|
|
"types": ["node"]
|
|
}
|
|
}
|