mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
11 lines
199 B
JSON
11 lines
199 B
JSON
{
|
|
"extends": "./tsconfig.app.json",
|
|
"include": ["tests/**/*", "src/shims-vue.d.ts"],
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"composite": true,
|
|
"lib": [],
|
|
"types": ["node"]
|
|
}
|
|
}
|