From 9e444ac61e490381523cc6835bc6e6637f5a98af Mon Sep 17 00:00:00 2001 From: Muzaffar <110671880+M-Orziboyev@users.noreply.github.com> Date: Sun, 19 Feb 2023 21:37:36 +0500 Subject: [PATCH] Update tsconfig.json compilerOptions edited --- tsconfig.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 1594a3363393d7..082f45540cfe26 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,12 +21,11 @@ "./typings/primordials.d.ts" ], "compilerOptions": { - "allowJs": true, - "checkJs": false, - "noEmit": true, - "lib": ["ESNext"], - "target": "ESNext", - "module": "CommonJS", + "module": "commonjs", + "noImplicitAny": true, + "removeComments": true, + "preserveConstEnums": true, + "sourceMap": true "baseUrl": ".", "paths": { "_http_agent": ["./lib/_http_agent.js"],