Skip to content

Commit 18c14ec

Browse files
chore: fix @actions/github
1 parent 0303c12 commit 18c14ec

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)