Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
dummdidumm committed Aug 28, 2024
1 parent 1f8b5a0 commit cb7989c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ describe('service', () => {
strict: true,
module: ts.ModuleKind.ESNext,
moduleResolution: ts.ModuleResolutionKind.Node10,
target: ts.ScriptTarget.ESNext
target: ts.ScriptTarget.ESNext,
customConditions: ['svelte']
});
});

Expand Down Expand Up @@ -185,7 +186,8 @@ describe('service', () => {
moduleResolution: ts.ModuleResolutionKind.Node10,
noEmit: true,
skipLibCheck: true,
target: ts.ScriptTarget.ESNext
target: ts.ScriptTarget.ESNext,
customConditions: ['svelte']
});
});

Expand Down

0 comments on commit cb7989c

Please sign in to comment.