initial esm conversion

Signed-off-by: Brian DeHamer <[email protected]>
This commit is contained in:
Brian DeHamer
2026-02-13 16:07:30 -08:00
parent dc4ad3cc6c
commit 9645b20a6a
7 changed files with 1036 additions and 1873 deletions
+8 -1
View File
@@ -4,6 +4,7 @@
"version": "3.2.0",
"author": "",
"private": true,
"type": "module",
"homepage": "https://github.com/actions/attest",
"repository": {
"type": "git",
@@ -56,7 +57,13 @@
"/dist/"
],
"transform": {
"^.+\\.ts$": "ts-jest"
"^.+\\.ts$": ["ts-jest", {
"useESM": false,
"tsconfig": {
"module": "CommonJS",
"moduleResolution": "Node"
}
}]
},
"coverageReporters": [
"json-summary",