How do I have so many partners??
0
fork

Configure Feed

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

at main 19 lines 438 B view raw
1{ 2 "compilerOptions": { 3 "target": "ES2022", 4 "module": "NodeNext", 5 "moduleResolution": "NodeNext", 6 "lib": ["ES2022", "DOM"], 7 "strict": true, 8 "esModuleInterop": true, 9 "skipLibCheck": true, 10 "outDir": "dist", 11 "rootDir": "src", 12 "resolveJsonModule": true, 13 "declaration": true, 14 "declarationMap": true, 15 "sourceMap": true 16 }, 17 "include": ["src/**/*"], 18 "exclude": ["node_modules", "dist"] 19}