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 ES2017 to ES2022

authored by

Evan Huang and committed by
GitHub
a5a1a504 7f0c6077

+2 -2
+2 -2
tsconfig.json
··· 1 1 { 2 2 "compilerOptions": { 3 - "target": "ES2017", 4 - "lib": ["dom", "dom.iterable", "esnext"], 3 + "target": "ES2022", 4 + "lib": ["dom", "dom.iterable", "esnext", "ES2022"], 5 5 "allowJs": true, 6 6 "skipLibCheck": true, 7 7 "strict": true,