mirror of
https://github.com/actions/github-script.git
synced 2025-12-25 23:23:07 +00:00
Add tests for the AsyncFunction
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es2018",
|
||||
"target": "es2018",
|
||||
"moduleResolution": "node",
|
||||
"strict": true,
|
||||
"strict": true,
|
||||
"forceConsistentCasingInFileNames": true
|
||||
}
|
||||
},
|
||||
"exclude": ["__test__"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user