Convert to ESM and use rollup.

This commit is contained in:
Fabio Niephaus
2025-02-10 09:05:57 +01:00
committed by Fabio Niephaus
parent ebd520e252
commit 93a3b57d30
13 changed files with 123613 additions and 134144 deletions

View File

@@ -7,10 +7,11 @@
},
"exclude": ["dist", "node_modules"],
"include": [
"__fixtures__",
"__tests__",
"src",
"eslint.config.mjs",
"jest.config.js"
"jest.config.js",
"rollup.cleanup.config.ts",
"rollup.main.config.ts"
]
}