Migrating to ESM (#8)

* Migrating to ESM

* Fixing broken prettier
This commit is contained in:
Marco Lipparini
2024-02-25 10:47:00 +01:00
committed by GitHub
parent 0ec6b214cd
commit 1961d75eec
6 changed files with 13 additions and 10 deletions

View File

@@ -5,8 +5,8 @@
"strict": true,
"forceConsistentCasingInFileNames": true,
"esModuleInterop": true,
"module": "CommonJS",
"moduleResolution": "node",
"module": "Node16",
"moduleResolution": "Node16",
"resolveJsonModule": true,
"isolatedModules": true,
"incremental": true,