mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 06:02:57 +03:00
5c4751d5dd
We now commit protocol.ts files during the roll. New utils/roll_browser.js helps with that. This makes our installation very shallow: - build installer; - download browsers.
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"]
|
|
}
|