SIGN IN SIGN UP
immerjs / immer UNCLAIMED

Create the next immutable state by mutating the current one

0 0 0 JavaScript
{
"include": ["src"],
"compilerOptions": {
"lib": ["es2015"],
2020-01-03 20:15:39 +00:00
// TODO: change to ES5 and make sure maps still work
"target": "ES6",
2019-12-16 10:57:46 +00:00
"strict": true,
"declaration": true,
2019-12-20 16:37:22 +00:00
"importHelpers": false,
2020-01-08 19:47:00 +00:00
"noImplicitAny": true,
2020-01-08 21:59:41 +00:00
"esModuleInterop": true,
"noUnusedLocals": true
}
}