From 2abf238b1afc60648956c06ab2e00b183eeed010 Mon Sep 17 00:00:00 2001 From: Shibly Teknologi Solusi Date: Sat, 23 May 2026 01:57:55 +0700 Subject: [PATCH] update --- tsconfig.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 29a46ef..abaf9b4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,6 @@ "sourceMap": true, "outDir": "./dist", "rootDir": "./", - "moduleResolution": "node", "removeComments": true, "allowSyntheticDefaultImports": true, "esModuleInterop": true, @@ -16,7 +15,10 @@ "typeRoots": ["./src/types", "./node_modules/@types"], // "baseUrl": "src/", "noImplicitReturns": true, - "noFallthroughCasesInSwitch": true + "noFallthroughCasesInSwitch": true, + "strict": false, + "noImplicitAny": false, + "strictNullChecks": false }, "include": ["src/swagger-output.json", "src/langs/json/*.json", "./src/**/*.tsx", "./src/**/*.ts"], "exclude": ["node_modules", "test/**/*.ts"]