mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
416d56b033
This PR - renames the `utils` folder to `tools` (follows internal practice), - migrates the contents of `scripts` into `tools` and removes scripts.
12 lines
206 B
JSON
12 lines
206 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"composite": true,
|
|
"module": "CommonJS",
|
|
"outDir": "lib",
|
|
"rootDir": "src"
|
|
},
|
|
"include": ["src"]
|
|
}
|