this repo has no description
0
fork

Configure Feed

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

Update tsconfig

alice 70a81f05 37869295

+4 -3
+4 -3
tsconfig.json
··· 2 2 "compilerOptions": { 3 3 "strict": true, 4 4 "target": "ESNext", 5 - "module": "ESNext", 6 - "moduleResolution": "node", 5 + "module": "NodeNext", 6 + "moduleResolution": "NodeNext", 7 7 "allowSyntheticDefaultImports": true, 8 - "esModuleInterop": true 8 + "esModuleInterop": true, 9 + "types": ["node", "ws"] 9 10 } 10 11 }