{ "extends": "../../tsconfig.json", "compilerOptions": { "outDir": "dist", "tsBuildInfoFile": "node_modules/.cache/broadcast-panel.tsbuildinfo", "baseUrl": "../..", "paths": { "@/*": ["packages/broadcast-panel/src/*"], "@shared/*": ["shared/*"] } }, "include": ["src", "../../shared"], "exclude": ["node_modules", "dist"] }