UNPKG

typed-redux-saga

Version:

Redux-Saga effects with strong types.

20 lines (19 loc) 406 B
{ "compilerOptions": { "target": "es6", "module": "commonjs", "outDir": "dist", "allowJs": false, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "strict": true, "noUncheckedIndexedAccess": true, "types": [], "lib": ["es6"], "baseUrl": ".", "paths": { "typed-redux-saga": ["."], "typed-redux-saga/macro": ["./macro"] } } }