mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
server: Use the TypeScript configuration that corresponds for Electron
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"moduleResolution": "Bundler",
|
||||
"module": "ESNext",
|
||||
"target": "ES2020",
|
||||
"module": "NodeNext",
|
||||
"declaration": false,
|
||||
"sourceMap": true,
|
||||
"outDir": "./build",
|
||||
|
||||
Reference in New Issue
Block a user