mirror of
https://github.com/microsoft/playwright.git
synced 2025-01-05 19:04:43 +03:00
7 lines
169 B
JSON
7 lines
169 B
JSON
|
{
|
||
|
// This config exists so that we can quickly compile just an installer.
|
||
|
"extends": "../../tsconfig.json",
|
||
|
"include": ["./*.ts"],
|
||
|
"exclude": ["node_modules"]
|
||
|
}
|