One Calendar is a privacy-first calendar web app built with Next.js. It has modern security features, including e2ee, password-protected sharing, and self-destructing share links ๐Ÿ“… calendar.xyehr.cn
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: update tsconfig

authored by

Evan Huang and committed by
GitHub
52418e73 70da6124

+1 -4
+1 -4
tsconfig.json
··· 4 4 "lib": ["dom", "dom.iterable", "esnext", "ES2022"], 5 5 "allowJs": true, 6 6 "strict": true, 7 + "skipLibCheck": true, 7 8 "noEmit": true, 8 9 "esModuleInterop": true, 9 10 "module": "esnext", ··· 12 13 "isolatedModules": true, 13 14 "jsx": "react-jsx", 14 15 "incremental": true, 15 - "noUncheckedIndexedAccess": true, 16 - "exactOptionalPropertyTypes": true, 17 16 "noImplicitReturns": true, 18 17 "noFallthroughCasesInSwitch": true, 19 - "noUnusedLocals": true, 20 - "noUnusedParameters": true, 21 18 "plugins": [ 22 19 { 23 20 "name": "next"