mirror of
https://github.com/chatmail/core.git
synced 2026-04-18 05:56:31 +03:00
build(node): migrate from CommonJS to ESM modules
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
"outDir": "dist",
|
||||
"rootDir": "./lib",
|
||||
"sourceMap": true,
|
||||
"module": "commonjs",
|
||||
"module": "nodenext",
|
||||
"moduleResolution": "nodenext",
|
||||
"target": "es5",
|
||||
"esModuleInterop": true,
|
||||
"declaration": true,
|
||||
|
||||
Reference in New Issue
Block a user