Skip to content

Commit d363ff3

Browse files
committed
chore: tsconfig exclude gh actions
1 parent d004e99 commit d363ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
"allowSyntheticDefaultImports" : true
1313
},
1414
"include": ["**/*"],
15-
"exclude" :["__tests__", "dist"]
15+
"exclude" :["__tests__", "dist" , ".github"]
1616
}

0 commit comments

Comments
 (0)