lowdb: fix for 'Can't import JSONFile'
This commit is contained in:
parent
792b4b3915
commit
af0c9a6f2d
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
"checkJs": true,
|
"checkJs": true,
|
||||||
"target": "es2021",
|
"target": "es2021",
|
||||||
"module": "esnext",
|
"module": "esnext",
|
||||||
"moduleResolution": "node"
|
"moduleResolution": "NodeNext", // https://github.com/typicode/lowdb/issues/554
|
||||||
},
|
},
|
||||||
"exclude": ["node_modules", "**/node_modules"]
|
"exclude": ["node_modules", "**/node_modules"]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue