/* Only exists to satisfy the unit-test builder's mandatory buildTarget lookup — see test-entry.ts's comment. Not a real, servable build. */ { "extends": "../../tsconfig.json", "compilerOptions": { "outDir": "../../out-tsc/shared-app", "types": ["@angular/localize"], "baseUrl": ".", "paths": { "@shared/*": ["src/*"], "@beheer/*": ["../beheer/src/*"] } }, "include": ["src/test-entry.ts"] }