puppeteer/packages/testserver/tsconfig.json
dependabot[bot] 2b094b7c67
chore(deps-dev): Bump the dev-dependencies group with 2 updates (#11695)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-22 14:27:32 +01:00

13 lines
244 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"allowJs": true,
"composite": true,
"module": "NodeNext",
"moduleResolution": "NodeNext",
"outDir": "lib",
"rootDir": "src",
},
"include": ["src"],
}