/* Standalone test config for the beheer library — see libs/shared/tsconfig.spec.json's comment for why. */ { "extends": "../../tsconfig.json", "compilerOptions": { "outDir": "../../out-tsc/beheer-spec", "types": ["vitest/globals", "@angular/localize"], "baseUrl": ".", "paths": { "@shared/*": ["../shared/src/*"], "@beheer/*": ["src/*"] } }, "include": ["src/**/*.d.ts", "src/**/*.spec.ts"] }