Monorepo for Tangled tangled.org
2

Configure Feed

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

at master 387 B View raw
1{ 2 "compilerOptions": { 3 "target": "ES2022", 4 "module": "ES2022", 5 "lib": ["ES2022"], 6 "moduleResolution": "bundler", 7 "types": ["@cloudflare/workers-types", "node"], 8 "strict": true, 9 "esModuleInterop": true, 10 "skipLibCheck": true, 11 "forceConsistentCasingInFileNames": true, 12 "noEmit": true 13 }, 14 "include": ["src/**/*"], 15 "exclude": ["node_modules"] 16}