From af0c9a6f2d6f357f6ab00ba6eca29d103d1e5e48 Mon Sep 17 00:00:00 2001 From: Ralf Vogler Date: Mon, 9 Jan 2023 10:26:10 +0100 Subject: [PATCH] lowdb: fix for 'Can't import JSONFile' --- jsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsconfig.json b/jsconfig.json index 38451e9..1b438cb 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -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"] }