mirror of
https://github.com/actions/github-script.git
synced 2026-02-08 03:57:27 +00:00
12 lines
212 B
JSON
12 lines
212 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"allowJs": true,
|
|
"emitDeclarationOnly": true,
|
|
"outDir": "types"
|
|
},
|
|
"include": [
|
|
"src/async-function.ts"
|
|
]
|
|
}
|