@state-sync/redux-path-reducer
Version:
state-sync client only json path reducer
24 lines • 359 B
JSON
{
"compilerOptions": {
"target": "es5",
"lib": [
"es2017",
"es2015.promise",
"dom"
],
"module": "commonjs",
"declaration": true,
"outDir": "./dist",
"strict": true,
"baseUrl": "./src/",
"typeRoots": [
"./node_modules/@types"
]
},
"include": [
"src/**/*"
],
"lib": [
"es5"
]
}