From 188f03e8e8297ad26c596f1fc360e4f32a82cc63 Mon Sep 17 00:00:00 2001 From: p-sw Date: Wed, 20 May 2026 22:53:47 +0900 Subject: [PATCH] feat: add scripts to tsconfig --- tsconfig.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 916f587..df7d14e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,6 +18,12 @@ "isolatedModules": true, "types": ["node", "vitest/globals"] }, - "include": ["src/**/*.ts", "tests/**/*.ts", "vitest.config.ts", "tsup.config.ts"], + "include": [ + "src/**/*.ts", + "tests/**/*.ts", + "scripts/**/*.ts", + "vitest.config.ts", + "tsup.config.ts" + ], "exclude": ["dist", "node_modules"] }