Compare commits

...

2 Commits

Author SHA1 Message Date
Julien Calixte
37c65142b7 chore: remove stale skills-lock.json 2026-05-16 10:01:47 +02:00
Julien Calixte
6bb5c8a860 fix(tsconfig): drop preserveSymlinks so vue types resolve under pnpm
pnpm resolves every package via a symlink into .pnpm/; preserveSymlinks
pinned resolution to those symlink paths, blocking the vue ->
@vue/runtime-dom -> @vue/runtime-core re-export chain and surfacing
"has no exported member" errors for Ref, toValue, computed, etc.
2026-05-16 10:01:47 +02:00
2 changed files with 0 additions and 11 deletions

View File

@@ -1,10 +0,0 @@
{
"version": 1,
"skills": {
"migrate-oxlint": {
"source": "oxc-project/oxc",
"sourceType": "github",
"computedHash": "80ce5201b1ef52d6cabe553a4cacfd6e1db97bad99618216b9cf9318d11d7e64"
}
}
}

View File

@@ -15,7 +15,6 @@
"paths": {
"@/*": ["./src/*"]
},
"preserveSymlinks": true,
"lib": ["esnext", "dom", "dom.iterable", "scripthost", "ES2015"]
},
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue"],