initial esm conversion
Signed-off-by: Brian DeHamer <[email protected]>
This commit is contained in:
+8
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user