From eca9459d4cb94a25b559bb14dd98715656d3853b Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Wed, 24 Jul 2024 20:33:49 +0300 Subject: [PATCH] server: Use the TypeScript configuration that corresponds for Electron --- tsconfig.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 5898cb05d..0d206e511 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,8 +1,6 @@ { "compilerOptions": { - "moduleResolution": "Bundler", - "module": "ESNext", - "target": "ES2020", + "module": "NodeNext", "declaration": false, "sourceMap": true, "outDir": "./build",