mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: initiate monorepo migration (#9022)
This PR starts the monorepo migrations as per https://github.com/puppeteer/puppeteer/issues/8922. To scope migrations, we are only moving the `testserver` into a separate package. Further migrations will come later.
This commit is contained in:
11
packages/testserver/tsconfig.json
Normal file
11
packages/testserver/tsconfig.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"allowJs": true,
|
||||
"composite": true,
|
||||
"module": "CommonJS",
|
||||
"outDir": "lib",
|
||||
"rootDir": "src"
|
||||
},
|
||||
"include": ["src"]
|
||||
}
|
||||
Reference in New Issue
Block a user