an app to share curated trails sidetrail.app
1

Configure Feed

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

1{ 2 "compilerOptions": { 3 "target": "ES2022", 4 "module": "ESNext", 5 "moduleResolution": "bundler", 6 "lib": ["ES2022"], 7 "outDir": "./dist", 8 "strict": true, 9 "esModuleInterop": true, 10 "skipLibCheck": true, 11 "resolveJsonModule": true, 12 "declaration": true, 13 "sourceMap": true 14 }, 15 "include": ["src/**/*"], 16 "exclude": ["node_modules", "dist"] 17}