Skip to content

Commit a5c1174

Browse files
authored
chore(lint): replace vite-tsconfig-paths with natively supported tsconfig paths resolution (renovatebot#42553)
chore(lint): replace vite-tsconfig-paths with natively supports tsconfig paths resolution
1 parent a0d6ac4 commit a5c1174

File tree

3 files changed

+1
-40
lines changed

3 files changed

+1
-40
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,6 @@
349349
"typescript": "5.9.3",
350350
"unified": "11.0.5",
351351
"vite": "8.0.5",
352-
"vite-tsconfig-paths": "6.1.1",
353352
"vitest": "4.1.2",
354353
"vitest-mock-extended": "3.1.1"
355354
},

pnpm-lock.yaml

Lines changed: 0 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vitest.config.mts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import tsconfigPaths from 'vite-tsconfig-paths';
21
import type { ViteUserConfig } from 'vitest/config';
32
import {
43
coverageConfigDefaults,
@@ -74,7 +73,7 @@ function configureShardingOrFallbackTo(
7473
export default defineConfig(() =>
7574
mergeConfig(
7675
{
77-
plugins: [tsconfigPaths()],
76+
resolve: { tsconfigPaths: true },
7877
cacheDir: ci ? '.cache/vitest' : undefined,
7978
test: {
8079
globals: true,

0 commit comments

Comments
 (0)