From 4d7aad2243ecb9e973b3a251aafef1255e24b2c0 Mon Sep 17 00:00:00 2001 From: Fractal-Tess Date: Sat, 13 May 2023 02:16:06 +0300 Subject: [PATCH] remove define for class and add comment --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 70fc938..b550c5d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,9 +4,9 @@ "strict": true, "noUncheckedIndexedAccess": true, "target": "ESNext", - "useDefineForClassFields": true, "module": "ESNext", "baseUrl": ".", + // Disable for faster intellisense/transpile "allowJs": true, "checkJs": true, "paths": {