lowdb: fix for 'Can't import JSONFile'

This commit is contained in:
Ralf Vogler 2023-01-09 10:26:10 +01:00
parent 792b4b3915
commit af0c9a6f2d

View file

@ -3,7 +3,7 @@
"checkJs": true,
"target": "es2021",
"module": "esnext",
"moduleResolution": "node"
"moduleResolution": "NodeNext", // https://github.com/typicode/lowdb/issues/554
},
"exclude": ["node_modules", "**/node_modules"]
}