fast reactive signals jsr.io/@mary/signals
typescript jsr
0
fork

Configure Feed

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

at trunk 20 lines 301 B view raw
1{ 2 "name": "@mary/signals", 3 "version": "0.2.0", 4 "exports": "./mod.ts", 5 "fmt": { 6 "useTabs": true, 7 "indentWidth": 2, 8 "lineWidth": 110, 9 "semiColons": true, 10 "singleQuote": true 11 }, 12 "lint": { 13 "rules": { 14 "exclude": ["no-explicit-any"] 15 } 16 }, 17 "publish": { 18 "exclude": [".vscode/"] 19 } 20}