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",