@actions/attest: convert to an ESM module (#2278)

This commit is contained in:
Daniel Kennedy
2026-01-29 15:19:39 -05:00
committed by GitHub
parent ae29a2751b
commit 0be0a6ef89
9 changed files with 195 additions and 275 deletions
+3 -1
View File
@@ -4,7 +4,9 @@
"baseUrl": "./",
"outDir": "./lib",
"declaration": true,
"rootDir": "./src"
"rootDir": "./src",
"module": "node16",
"moduleResolution": "node16"
},
"include": [
"./src"