diff --git a/tsconfig.json b/tsconfig.json index 860506d9..a7c0b585 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -27,6 +27,7 @@ "esModuleInterop": true }, "include": [ - "src" + "src", + ".kktrc.ts" ] }