SIGN IN SIGN UP
immerjs / immer UNCLAIMED

Create the next immutable state by mutating the current one

0 0 22 JavaScript
{
"compilerOptions": {
2023-04-10 10:43:38 -04:00
"target": "ES2020",
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,
2023-03-25 16:40:06 +01:00
"noUnusedLocals": false,
"sourceMap": true,
"declarationMap": true,
2020-01-09 19:30:17 +00:00
"noEmit": true,
2023-03-25 15:17:29 +01:00
"module": "ES6",
2023-04-05 22:10:23 +01:00
"allowJs": true
},
2023-04-05 22:46:37 +01:00
"files": ["./src/immer.ts", "./src/plugins/mapset.ts", "./src/plugins/patches.ts", "src/types/globals.d.ts"]
}