diff --git a/tsconfig.json b/tsconfig.json index 55432b902..8a4138e71 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -25,6 +25,8 @@ "include": [ "typescript/*.ts", "typescript/**/*.ts", - "types/*.d.ts" + "types/*.d.ts", + "src/*.js", + "src/**/*.js", ] } \ No newline at end of file