From 9c56bf2273887b8dfa695eb6f980d24e62632ff7 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Mon, 25 May 2026 17:19:33 +0900 Subject: [PATCH] test(script): typecheck package layout regression Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- script/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/tsconfig.json b/script/tsconfig.json index 42970c20a..b4a10ba05 100644 --- a/script/tsconfig.json +++ b/script/tsconfig.json @@ -11,5 +11,5 @@ "allowImportingTsExtensions": true, "noEmit": true }, - "include": ["./publish-workflow.test.ts"] + "include": ["./publish-workflow.test.ts", "./package-layout.test.ts"] }