mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 22:22:53 +03:00
9 lines
180 B
JSON
9 lines
180 B
JSON
|
{
|
||
|
"extends": "@vue/tsconfig/tsconfig.node.json",
|
||
|
"include": ["vite.config.*", "playwright.config.*"],
|
||
|
"compilerOptions": {
|
||
|
"composite": true,
|
||
|
"types": ["node"]
|
||
|
}
|
||
|
}
|