* feat tracker update redux plugin to speed up state hashing * feat tracker update redux plugin to speed up state hashing
13 lines
273 B
JSON
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"]
|
|
}
|
|
}
|