From 647f98f3d6d47873ba6a7396fa453821fd484294 Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Sun, 29 Oct 2023 19:21:13 -0700 Subject: [PATCH] build: change some tsconfig Signed-off-by: Varun Patil --- tsconfig.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 019e35c4..7e0cc0d8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,8 +9,6 @@ "module": "ES2020", "moduleResolution": "node", "sourceMap": true, - "allowSyntheticDefaultImports": true, - "useDefineForClassFields": true, "noImplicitThis": true, "noImplicitAny": true, "esModuleInterop": true, @@ -19,6 +17,9 @@ "incremental": true, "verbatimModuleSyntax": true, "skipLibCheck": true, + "types": [ + "node" + ], "paths": { "@services/*": [ "./src/services/*"