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"] }