mirror of
https://github.com/microsoft/playwright.git
synced 2024-11-28 01:15:10 +03:00
9 lines
211 B
JSON
9 lines
211 B
JSON
{
|
|
"extends": "@vue/tsconfig/tsconfig.dom.json",
|
|
"include": ["vite.config.*", "playwright.config.*"],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"types": ["node"],
|
|
"ignoreDeprecations": "5.0"
|
|
}
|
|
} |