Skip to content

Commit db5aa75

Browse files
Merge pull request #213 from technote-space/chore/tweaks
chore: fix @actions/github
2 parents 0303c12 + 18c14ec commit db5aa75

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"compilerOptions": {
3+
/** to suppress @actions/github error **/
4+
"skipLibCheck": true,
5+
36
/* Basic Options */
47
// "incremental": true, /* Enable incremental compilation */
58
"target": "es6",

0 commit comments

Comments
 (0)