Skip to content

Commit 2f5f3bf

Browse files
committed
chore(tsconfig): drop local sibling-checkout path mappings
The paths block pointed to ../../socket-lib and ../../socket-registry for local development. With the packages installed from the registry the mapping is unused and only obscures where types resolve from.
1 parent 4b2b07c commit 2f5f3bf

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.config/tsconfig.check.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@
77
"noEmit": true,
88
"noPropertyAccessFromIndexSignature": false,
99
"noUncheckedIndexedAccess": false,
10-
"paths": {
11-
"@socketsecurity/lib": ["../../socket-lib/dist/index.d.ts"],
12-
"@socketsecurity/lib/*": ["../../socket-lib/dist/*"],
13-
"@socketsecurity/registry": [
14-
"../../socket-registry/registry/dist/index.d.ts"
15-
],
16-
"@socketsecurity/registry/*": ["../../socket-registry/registry/dist/*"]
17-
},
1810
"skipLibCheck": true,
1911
"sourceMap": false,
2012
"types": ["vitest/globals", "node"],

0 commit comments

Comments
 (0)