Skip to content

Commit

Permalink
lit
Browse files Browse the repository at this point in the history
  • Loading branch information
ealush committed Feb 9, 2025
1 parent 7ede65f commit 185fe50
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,15 @@ export default defineConfig({
plugins: [
tsconfigPaths({
loose: true,
projects: ["packages/vest-utils","packages/context","packages/vestjs-runtime","packages/vast","packages/n4s","packages/vest","packages/anyone"],
projects: [
'packages/vest-utils',
'packages/context',
'packages/vestjs-runtime',
'packages/vast',
'packages/n4s',
'packages/vest',
'packages/anyone',
],
}),
],
});

0 comments on commit 185fe50

Please sign in to comment.