From 09b26542752b4c6b13e91ceae3255b67bd98f82c Mon Sep 17 00:00:00 2001 From: Victor Borges Date: Wed, 30 Apr 2025 00:10:42 -0300 Subject: add pagination support --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index c7da3dd..69bd8f0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,7 +12,7 @@ "noUnusedParameters": true, "esModuleInterop": true, "noImplicitReturns": true, - "noImplicitThis": true, + "noImplicitThis": false, "noImplicitAny": true, "strict": true, "allowSyntheticDefaultImports": true, -- cgit v1.2.3