UNPKG

use-async-effect

Version:

Asynchronous side effects, without the nonsense

19 lines (18 loc) 271 B
{ "compilerOptions": { "module": "commonjs", "target": "es2015", "lib": [ "es2015" ], "skipLibCheck": true, "strict": true, "noEmit": true, "baseUrl": ".", "paths": { "use-async-effect": [ "." ] } } }