an app to share curated trails sidetrail.app
1

Configure Feed

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

at main 215 B View raw
1{ 2 "compilerOptions": { 3 "target": "ES2022", 4 "module": "ESNext", 5 "moduleResolution": "bundler", 6 "strict": true, 7 "esModuleInterop": true, 8 "skipLibCheck": true 9 }, 10 "include": ["src/**/*"] 11}