diff --git a/chatgpt-to-claude/tsconfig.json b/chatgpt-to-claude/tsconfig.json index bfa0fead5..242229f0c 100644 --- a/chatgpt-to-claude/tsconfig.json +++ b/chatgpt-to-claude/tsconfig.json @@ -1,29 +1,12 @@ { + "extends": "astro/tsconfigs/strict", "compilerOptions": { - // Environment setup & latest features - "lib": ["ESNext"], - "target": "ESNext", - "module": "Preserve", - "moduleDetection": "force", + "strictNullChecks": true, "jsx": "react-jsx", - "allowJs": true, - - // Bundler mode - "moduleResolution": "bundler", - "allowImportingTsExtensions": true, - "verbatimModuleSyntax": true, - "noEmit": true, - - // Best practices - "strict": true, - "skipLibCheck": true, - "noFallthroughCasesInSwitch": true, - "noUncheckedIndexedAccess": true, - "noImplicitOverride": true, - - // Some stricter flags (disabled by default) - "noUnusedLocals": false, - "noUnusedParameters": false, - "noPropertyAccessFromIndexSignature": false + "jsxImportSource": "react", + "baseUrl": ".", + "paths": { + "@/*": ["./src/*"] + } } } diff --git a/meeting-transcripts/chunk-nicholai.exe-1772440654205.wav b/meeting-transcripts/chunk-nicholai.exe-1772440654205.wav deleted file mode 100644 index be1b54fb0..000000000 Binary files a/meeting-transcripts/chunk-nicholai.exe-1772440654205.wav and /dev/null differ diff --git a/memory/memories.db-wal b/memory/memories.db-wal index 636b6718d..436ca3eb4 100644 Binary files a/memory/memories.db-wal and b/memory/memories.db-wal differ