feat: migrate to esm

This commit is contained in:
2023-03-16 01:58:13 +01:00
parent fd740b3091
commit 4df19e8c20
512 changed files with 3016 additions and 2222 deletions

View File

@@ -1,6 +1,7 @@
{
"name": "@openstapps/collection-utils",
"version": "2.1.0",
"type": "module",
"scripts": {
"build": "rimraf lib && tsc",
"format": "prettier .",
@@ -20,6 +21,6 @@
"prettier": "2.8.3",
"rimraf": "4.4.0",
"ts-node": "10.9.1",
"typescript": "4.4.4"
"typescript": "4.8.4"
}
}