Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit eca9459

Browse files
committed
server: Use the TypeScript configuration that corresponds for Electron
1 parent 24af2e5 commit eca9459

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tsconfig.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
22
"compilerOptions": {
3-
"moduleResolution": "Bundler",
4-
"module": "ESNext",
5-
"target": "ES2020",
3+
"module": "NodeNext",
64
"declaration": false,
75
"sourceMap": true,
86
"outDir": "./build",

0 commit comments

Comments
 (0)