Skip to content

Commit 1c4056c

Browse files
authored
(fix) build step
1 parent 83602f1 commit 1c4056c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte-check/rollup.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default [
4141
{
4242
src: [
4343
// workspace
44-
'../../node_modules/svelte2tsx/svelte*.d.ts',
44+
'../svelte2tsx/svelte*.d.ts',
4545
// standalone
4646
'node_modules/svelte2tsx/svelte*.d.ts'
4747
],

0 commit comments

Comments
 (0)