mirror of
https://github.com/jakejarvis/rdapper.git
synced 2026-09-23 00:15:31 -04:00
Replaced tsconfig.build.json with tsdown configuration for simplified builds.
This commit is contained in:
@@ -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"],
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user