From 9dcfb7c06ca287076e874d88d3a8a4ae70c73185 Mon Sep 17 00:00:00 2001 From: weboko Date: Thu, 2 Feb 2023 00:45:53 +0100 Subject: [PATCH] up --- karma.conf.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/karma.conf.cjs b/karma.conf.cjs index 82ba303..55d2630 100644 --- a/karma.conf.cjs +++ b/karma.conf.cjs @@ -13,7 +13,7 @@ const output = { const rollupConfig = { input: { - index: `${output.path}/dist/index.js`, + index: `${output.path}/index.ts`, }, output: { dir: "bundle",