diff --git a/tsconfig.json b/tsconfig.json index 293c66f7c..bf97f7be2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,7 +13,8 @@ }, "include": [ "./src/**/*.js", - "./src/**/*.ts" + "./src/**/*.ts", + "./*.ts" ], "exclude": ["./node_modules/**/*"], "ts-node": {