From be9ad7b92ecae22d67739cc98988f31f77020748 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Fri, 29 May 2026 16:32:45 +0900 Subject: [PATCH] chore(script): typecheck bun test summary detector Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- script/tsconfig.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/script/tsconfig.json b/script/tsconfig.json index b4a10ba05..3345ed793 100644 --- a/script/tsconfig.json +++ b/script/tsconfig.json @@ -11,5 +11,10 @@ "allowImportingTsExtensions": true, "noEmit": true }, - "include": ["./publish-workflow.test.ts", "./package-layout.test.ts"] + "include": [ + "./assert-test-summary.ts", + "./assert-test-summary.test.ts", + "./publish-workflow.test.ts", + "./package-layout.test.ts" + ] }