From 566fa140d8cd9cff3cf70b5264687cf24e8d321e Mon Sep 17 00:00:00 2001 From: Guoqiang QI Date: Sat, 28 Oct 2023 15:15:36 +0800 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index 9e48c84..2c7a584 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,6 +8,10 @@ "esModuleInterop": true, "allowSyntheticDefaultImports": true, "jsx": "preserve", + a + b + c + d "moduleResolution": "node", "resolveJsonModule": true, "noUnusedLocals": false,