Replaced tsconfig.build.json with tsdown configuration for simplified builds.

This commit is contained in:
2025-09-28 21:30:57 -04:00
parent d09d8e4ffd
commit c76da2bf5c
20 changed files with 826 additions and 868 deletions
-5
View File
@@ -8,10 +8,5 @@ export default defineConfig({
sequence: { hooks: "list" },
globals: false,
testTimeout: process.env.SMOKE === "1" ? 30000 : 5000,
coverage: {
provider: "v8",
reportsDirectory: "coverage",
reporter: ["text", "lcov"],
},
},
});