src/msw/data.ts(105,25): error TS2339: Property 'config' does not exist on type 'Partial<{ id: string; project_id: string; project_name?: string | undefined; name: string; description?: string | null | undefined; enabled: boolean; code_repo_id: string; manifest_repo_id: string; ... 6 more ...; updated_at: string; }>'. src/msw/handlers/pipelines.ts(22,91): error TS2353: Object literal may only specify known properties, and 'config' does not exist in type 'Partial<{ id: string; project_id: string; project_name?: string | undefined; name: string; description?: string | null | undefined; enabled: boolean; code_repo_id: string; manifest_repo_id: string; ... 6 more ...; updated_at: string; }>'. src/msw/handlers/pipelines.ts(28,88): error TS2353: Object literal may only specify known properties, and 'config' does not exist in type 'Partial<{ id: string; project_id: string; project_name?: string | undefined; name: string; description?: string | null | undefined; enabled: boolean; code_repo_id: string; manifest_repo_id: string; ... 6 more ...; updated_at: string; }>'. src/shared/components/YamlEditor.tsx(2,22): error TS7016: Could not find a declaration file for module 'js-yaml'. '/workspace/node_modules/js-yaml/dist/js-yaml.mjs' implicitly has an 'any' type. Try `npm i --save-dev @types/js-yaml` if it exists or add a new declaration (.d.ts) file containing `declare module 'js-yaml';`