cedarstalking with keyboard shortcuts
0
fork

Configure Feed

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

at main 13 lines 282 B view raw
1{ 2 "compilerOptions": { 3 "lib": ["ES2022"], 4 "module": "CommonJS", 5 "target": "ES2022", 6 "strict": true, 7 "jsx": "react-jsx", 8 "jsxImportSource": "react", 9 "moduleResolution": "node", 10 "allowSyntheticDefaultImports": true, 11 "esModuleInterop": true 12 } 13}