@@ -27,7 +27,7 @@ export const useSWRxLsx = (
: null;
}
catch (err) {
- parseError = err;
+ parseError = err as Error;
// the first loading
@@ -8,7 +8,8 @@
"vitest/globals"
],
- /* TOOD: remove below flags for strict checking */
+ /* TOOD: remove noInplicitAy: false for strict checking */
+ "strict": false,
"noImplicitAny": false
},
"include": [