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

* Add github package * Docs * Feedback * Accidentally added extra * Allow octokit to be extended * Respond to feedback * Feedback
12 lines
194 B
JSON
12 lines
194 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"esModuleInterop": true,
|
|
"outDir": "./lib",
|
|
"rootDir": "./src"
|
|
},
|
|
"include": [
|
|
"./src"
|
|
]
|
|
} |