playwright/src/install/tsconfig.json

7 lines
169 B
JSON
Raw Normal View History

{
// This config exists so that we can quickly compile just an installer.
"extends": "../../tsconfig.json",
"include": ["./*.ts"],
"exclude": ["node_modules"]
}