mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-22 01:19:08 +08:00

* Bump @actions/http-client to latest for artifact package * Remove typescript libs to fix failing imports
15 lines
254 B
JSON
15 lines
254 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"module": "commonjs",
|
|
"strict": true,
|
|
"declaration": true,
|
|
"target": "es6",
|
|
"sourceMap": true
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"**/*.test.ts",
|
|
"**/__mocks__/*"
|
|
]
|
|
} |