Offload functions to worker threads with shared memory primitives for Node.js.
8
fork

Configure Feed

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

at c659a33e27184efe98edaebcf77844b683fa887d 14 lines 348 B view raw
1{ 2 "compilerOptions": { 3 "target": "es2022", 4 "lib": ["es2022", "esnext.disposable", "es2024.sharedmemory"], 5 "types": ["node"], 6 "module": "nodenext", 7 "moduleResolution": "nodenext", 8 "strict": true, 9 "noEmit": true, 10 "allowImportingTsExtensions": true, 11 "erasableSyntaxOnly": true 12 }, 13 "include": ["src", "test"] 14}