From c78c78749a7572acbb7ee1ca1723ae4886fb433b Mon Sep 17 00:00:00 2001 From: gaoshuaixing Date: Fri, 3 Jan 2025 12:10:34 +0800 Subject: [PATCH] =?UTF-8?q?chore=EF=BC=9A=20tsconfig?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- electronts/tsconfig.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/electronts/tsconfig.json b/electronts/tsconfig.json index 6eb04f1..1914ea1 100644 --- a/electronts/tsconfig.json +++ b/electronts/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { - "target": "esnext", - "module": "esnext", + "target": "es6", + "module": "commonjs", "useDefineForClassFields": true, "skipLibCheck": true, "types": ["node"], @@ -23,7 +23,8 @@ "noImplicitAny": false, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, - "outDir": "../public/electron" + "forceConsistentCasingInFileNames": true + //"outDir": "../public/electron" }, "include": [ "**/*"