puppeteer/packages/ng-schematics/test/tsconfig.json
dependabot[bot] 634d5b805d
chore(deps-dev): Bump the dev-dependencies group with 13 updates (#11908)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nikolay Vitkov <nvitkov@chromium.org>
2024-02-14 18:20:12 +00:00

11 lines
208 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"rootDir": "src/",
"outDir": "build/",
"types": ["node"]
},
"include": ["src/**/*"],
"references": [{"path": "../tsconfig.json"}]
}