mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-12 11:50:22 +03:00
12 lines
232 B
JSON
12 lines
232 B
JSON
{
|
|
"extends": "./tsconfig.app.json",
|
|
"include": ["tests/**/*", "src/shims-vue.d.ts"],
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"composite": true,
|
|
"lib": [],
|
|
"types": ["node"],
|
|
"ignoreDeprecations": "5.0"
|
|
}
|
|
}
|