mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
server: Set to bundler / ES2015
This commit is contained in:
parent
893a563afb
commit
971c1472a5
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"moduleResolution": "Node16",
|
"moduleResolution": "Bundler",
|
||||||
"module": "Node16",
|
"module": "ES2015",
|
||||||
"target": "ES2018",
|
"target": "ES2018",
|
||||||
"declaration": false,
|
"declaration": false,
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user