ai-generated junk tool for migrating atproto identities in-browser

[bug] that was a lie

Changed files
+2 -2
+2 -2
tsconfig.app.json
··· 8 8 "skipLibCheck": true, 9 9 10 10 /* Bundler mode */ 11 - "moduleResolution": "bundler", 11 + "moduleResolution": "node", 12 12 "allowImportingTsExtensions": true, 13 13 "isolatedModules": true, 14 14 "moduleDetection": "force", ··· 22 22 "noFallthroughCasesInSwitch": true, 23 23 "noUncheckedSideEffectImports": true 24 24 }, 25 - "include": ["src"] 25 + "include": ["src/**/*"] 26 26 }