diff --git a/tsconfig.json b/tsconfig.json index 4b21a28..1da6a7c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,6 +15,6 @@ "rootDir": "./src", "moduleResolution": "node" }, - "include": [".github/actions/**/*.ts", "**/*.ts"], + "include": [".github/actions/**/*.ts", "src/**/*.ts"], "exclude": ["node_modules"] } \ No newline at end of file