a proof of concept realtime collaborative todo list
0

Configure Feed

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

atodo / vendor / jsconfig.json
442 B 21 lines
1{ 2 "compilerOptions": { 3 "paths": { 4 "@preact/signals": [ 5 "./esm.sh/@preact/signals@2.9.2/X-ZXByZWFjdA/dist/signals.d.ts" 6 ], 7 "htm/preact": [ 8 "./esm.sh/htm@3.1.1/X-ZXByZWFjdA/preact/index.d.ts" 9 ], 10 "preact": [ 11 "./esm.sh/preact@10.29.2/src/index.d.ts" 12 ], 13 "preact/hooks": [ 14 "./esm.sh/preact@10.29.2/hooks/src/index.d.ts" 15 ] 16 } 17 }, 18 "exclude": [ 19 "." 20 ] 21}