Skip to content

Commit 1c37510

Browse files
committed
fix vscode import alias auto-complete
see open issue: microsoft/TypeScript#52460
1 parent 68dcf0f commit 1c37510

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: tsconfig.json

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
"noUncheckedIndexedAccess": true,
1818
"noUnusedLocals": false,
1919
"noUnusedParameters": false,
20+
"paths": {
21+
"#lib/*": ["./src/lib/*"]
22+
},
2023
"preserveWatchOutput": true,
2124
"resolveJsonModule": true,
2225
"skipLibCheck": true,

0 commit comments

Comments
 (0)