mirror of
https://code.forgejo.org/actions/upload-artifact.git
synced 2026-03-25 17:28:04 +03:00
Upgrade the module to ESM and bump dependencies
This commit is contained in:
parent
47309c993a
commit
f119f587c2
19 changed files with 2811 additions and 2234 deletions
8
tsconfig.eslint.json
Normal file
8
tsconfig.eslint.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"rootDir": "."
|
||||
},
|
||||
"include": ["src/**/*.ts", "__tests__/**/*.ts", "*.ts"],
|
||||
"exclude": ["node_modules", "lib", "dist"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue