puppeteer/tools/tsconfig.json
jrandolf 416d56b033
chore: refactor utils (#9053)
This PR

- renames the `utils` folder to `tools` (follows internal practice),
- migrates the contents of `scripts` into `tools` and removes scripts.
2022-10-06 10:27:14 +02:00

5 lines
73 B
JSON

{
"extends": "../tsconfig.base.json",
"files": ["../package.json"]
}