puppeteer/test/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

12 lines
263 B
JSON

{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"module": "CommonJS",
"moduleResolution": "NodeNext",
"outDir": "build",
"rootDir": "src"
},
"include": ["src"],
"references": [{"path": "../tools/mochaRunner/tsconfig.json"}]
}