mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
server-esm: Configure for dynamic imports
This commit is contained in:
parent
4f018c8ceb
commit
6de1291efa
@ -1,8 +1,8 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"moduleResolution": "Bundler",
|
||||
"module": "ES2015",
|
||||
"target": "ES2018",
|
||||
"module": "ES2022",
|
||||
"target": "ES2020",
|
||||
"declaration": false,
|
||||
"sourceMap": true,
|
||||
"outDir": "./build",
|
||||
|
Loading…
x
Reference in New Issue
Block a user