playwright/src/install/tsconfig.json
Dmitry Gozman 5c4751d5dd
chore: generate protocol during browser roll (#2719)
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.
2020-07-01 15:22:29 -07:00

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"]
}