Spaces:
Sleeping
Sleeping
Vanshik Waghela
feat: complete Phase 2 modules 9-11, fix ledger page SSR rendering, and implement voice note facts reconciliation
10f0b14 | { | |
| "compilerOptions": { | |
| "noEmit": true, | |
| "module": "NodeNext", | |
| "moduleResolution": "NodeNext", | |
| "experimentalDecorators": true, | |
| "emitDecoratorMetadata": true, | |
| "target": "ES2022", | |
| "lib": ["ES2022"], | |
| "esModuleInterop": true, | |
| "strict": true, | |
| "skipLibCheck": true, | |
| "resolveJsonModule": true, | |
| "isolatedModules": true | |
| }, | |
| "include": ["src/**/*.ts"] | |
| } | |