@actions/io: convert to ESM module

This commit is contained in:
Daniel Kennedy
2026-01-28 13:33:17 -05:00
parent 4446f00fc7
commit 5501ba08b7
5 changed files with 16 additions and 7 deletions
+3 -1
View File
@@ -3,7 +3,9 @@
"compilerOptions": {
"baseUrl": "./",
"outDir": "./lib",
"rootDir": "./src"
"rootDir": "./src",
"module": "node16",
"moduleResolution": "node16"
},
"include": [
"./src"