This repository has no description
0

Configure Feed

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

character / tsconfig.json
176 B 10 lines
1{ 2 "compilerOptions": { 3 "target": "ES2022", 4 "module": "ESNext", 5 "moduleResolution": "Bundler", 6 "strict": true, 7 "skipLibCheck": true, 8 "types": [] 9 } 10}