diff --git a/.c8rc.json b/.c8rc.json index 1332352..6a9a685 100644 --- a/.c8rc.json +++ b/.c8rc.json @@ -1,3 +1,5 @@ { - "all": "true" + "include": [ + "lib/**/*.ts" + ] }