mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-17 21:45:56 +08:00

* Add exec * Fix linux tests * unnecessary dependency * Dont prefix ExecOptions with I * Consistency nits * Respond to feedback * Add toolrunner explanatory quote * Format
11 lines
165 B
JSON
11 lines
165 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"outDir": "./lib",
|
|
"rootDir": "./src"
|
|
},
|
|
"include": [
|
|
"./src"
|
|
]
|
|
} |