From 68999ed99aecef6654ee25cdd739c50c234db3f5 Mon Sep 17 00:00:00 2001 From: Andrew Taylor Date: Sat, 27 Jan 2024 16:09:15 -0800 Subject: [PATCH] Only build src/ --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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