]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
refactor: fix wrong import
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 13 Oct 2025 12:34:27 +0000 (14:34 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 13 Oct 2025 12:34:27 +0000 (14:34 +0200)
packages/router/__tests__/location.spec.ts
packages/router/tsconfig.json

index 7b7497687d1ed456b91ee4beba59e75cf603e17a..5ac3752495ee4432cb5bcdbc911a124a1261175c 100644 (file)
@@ -7,7 +7,7 @@ import {
   isSameRouteLocation,
   resolveRelativePath,
 } from '../src/location'
-import { RouteLocationNormalizedLoaded } from 'src'
+import { type RouteLocationNormalizedLoaded } from '../src'
 import { vi, describe, expect, it } from 'vitest'
 import { mockWarn } from './vitest-mock-warn'
 
index 7eecd23a64f54ca12a3267c38b992d3d9f0b5808..785c5b1d115ae1da56015510c4108df7521d0056 100644 (file)
@@ -8,7 +8,7 @@
   ],
   "exclude": ["./dist"],
   "compilerOptions": {
-    "baseUrl": ".",
+    // "baseUrl": ".",
     "rootDir": ".",
     "outDir": "dist",
     "sourceMap": false,