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