this repo has no description
0
fork

Configure Feed

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

at cbd01be4eb50f95930d4da778d2981385c4a3374 16 lines 363 B view raw
1{ 2 "compilerOptions": { 3 "target": "ES2020", 4 "module": "ES2020", 5 "moduleResolution": "node", 6 "declaration": true, 7 "outDir": "./dist", 8 "strict": true, 9 "esModuleInterop": true, 10 "skipLibCheck": true, 11 "forceConsistentCasingInFileNames": true, 12 "rootDir": "src" 13 }, 14 "include": ["src"], 15 "exclude": ["node_modules", "dist"] 16}