From 2cf0a901a9c3a85c7898bb8949eb5ac7ab021799 Mon Sep 17 00:00:00 2001 From: Yash Maheshwari Date: Thu, 7 Sep 2023 14:26:24 +0530 Subject: [PATCH] Removed: config for allow js files in the module(#95) --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 80983d1..93324ba 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,8 +1,7 @@ { "compilerOptions": { "baseUrl": ".", - "strictNullChecks": false, - "allowJs": true + "strictNullChecks": false }, "include": [ "src/**/*.ts",