/* 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/beheer-app", "types": ["@angular/localize"], "baseUrl": ".", "paths": { "@shared/*": ["../shared/src/*"], "@beheer/*": ["src/*"] } }, "include": ["src/test-entry.ts"] }