Self-hosted, federated location sharing app and server that prioritizes user privacy and security
end-to-end-encryption location-sharing privacy self-hosted federated
at main 492 B view raw
1{ 2 "compilerOptions": { 3 "target": "ES2020", 4 "useDefineForClassFields": true, 5 "module": "ESNext", 6 "lib": ["ES2020", "DOM", "DOM.Iterable"], 7 "skipLibCheck": true, 8 9 /* Bundler mode */ 10 "moduleResolution": "bundler", 11 "allowImportingTsExtensions": true, 12 "resolveJsonModule": true, 13 "isolatedModules": true, 14 "noEmit": true, 15 16 /* Linting */ 17 "strict": true, 18 "noUnusedLocals": true, 19 "noUnusedParameters": true, 20 "noFallthroughCasesInSwitch": true 21 }, 22 "include": ["src"] 23}