A simple, clean, fast browser for the AtmosphereConf(2026) VODs
0
fork

Configure Feed

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

at 05426939702a8e8e18af6b49c733fec9fc26fd81 24 lines 591 B view raw
1{ 2 "compilerOptions": { 3 "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo", 4 "target": "es2023", 5 "lib": ["ES2023"], 6 "module": "esnext", 7 "types": ["node"], 8 "skipLibCheck": true, 9 10 /* Bundler mode */ 11 "moduleResolution": "bundler", 12 "allowImportingTsExtensions": true, 13 "verbatimModuleSyntax": true, 14 "moduleDetection": "force", 15 "noEmit": true, 16 17 /* Linting */ 18 "noUnusedLocals": true, 19 "noUnusedParameters": true, 20 "erasableSyntaxOnly": true, 21 "noFallthroughCasesInSwitch": true 22 }, 23 "include": ["vite.config.ts"] 24}