mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 23:01:05 +08:00
server: Set to bundler / ES2015
This commit is contained in:
parent
893a563afb
commit
971c1472a5
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"moduleResolution": "Node16",
|
||||
"module": "Node16",
|
||||
"moduleResolution": "Bundler",
|
||||
"module": "ES2015",
|
||||
"target": "ES2018",
|
||||
"declaration": false,
|
||||
"sourceMap": true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue