Mirror of https://github.com/roostorg/coop github.com/roostorg/coop
0
fork

Configure Feed

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

at main 26 lines 639 B view raw
1{ 2 "compilerOptions": { 3 "target": "ES2022", 4 "module": "NodeNext", 5 "moduleResolution": "NodeNext", 6 "lib": ["ES2022"], 7 "rootDir": "src", 8 "outDir": "transpiled", 9 "composite": true, 10 "declaration": true, 11 "declarationMap": true, 12 "pretty": true, 13 "incremental": true, 14 "sourceMap": true, 15 "strict": true, 16 "esModuleInterop": true, 17 "forceConsistentCasingInFileNames": true, 18 "noImplicitOverride": true, 19 "noUnusedLocals": false, 20 "noUnusedParameters": true, 21 "noImplicitReturns": true, 22 "noFallthroughCasesInSwitch": true, 23 "allowJs": true, 24 "skipLibCheck": true 25 } 26}