server: Use the TypeScript configuration that corresponds for Electron

pull/268/head
Elian Doran 2024-07-24 20:33:49 +07:00
parent 24af2e55dc
commit eca9459d4c
No known key found for this signature in database
1 changed files with 1 additions and 3 deletions

@ -1,8 +1,6 @@
{
"compilerOptions": {
"moduleResolution": "Bundler",
"module": "ESNext",
"target": "ES2020",
"module": "NodeNext",
"declaration": false,
"sourceMap": true,
"outDir": "./build",