puppeteer/packages/ng-schematics/test/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

11 lines
210 B
JSON

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