- Standardized string quotes in pnpm-lock.yaml for consistency. - Updated TypeScript configuration files to include type definitions and type roots for better type management. - Enhanced SalesforcePubSubSubscriber class with replay corruption recovery logic and refactored subscription handling for improved reliability. - Removed unused backup file for dashboard layout to streamline the codebase.
8 lines
114 B
JSON
8 lines
114 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"noEmit": true
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|