/* Standalone test config for the shared library — it isn't nested under an app's own tsconfig.json, so it declares its own full alias map directly (see the root tsconfig.json's comment on why paths live per-project). */ { "extends": "../../tsconfig.json", "compilerOptions": { "outDir": "../../out-tsc/shared-spec", "types": ["vitest/globals", "@angular/localize"], "baseUrl": ".", "paths": { "@shared/*": ["src/*"], "@beheer/*": ["../beheer/src/*"] } }, "include": ["src/**/*.d.ts", "src/**/*.spec.ts"] }