openreplay/tracker/tracker-redux/tsconfig.json
Delirium edc068ce09
fix tracker speed up redux plugin hashing (#2027)
* feat tracker update redux plugin to speed up state hashing

* feat tracker update redux plugin to speed up state hashing
2024-04-03 11:07:29 +02:00

13 lines
273 B
JSON

{
"compilerOptions": {
"noImplicitThis": true,
"strictNullChecks": true,
"alwaysStrict": true,
"target": "es2020",
"module": "es6",
"moduleResolution": "nodenext",
"declaration": true,
"outDir": "./lib",
"lib": ["es2020", "dom"]
}
}