You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,3 +76,24 @@ Then add this plugin in `tsconfig.json`.
76
76
### paths (required)
77
77
78
78
Specify directory in relative path to the project's root (`tsconfig.json`'s dir). All `.ts` or `.js` files in the directories can be Namespace Imported with auto-completion.
79
+
80
+
example:
81
+
82
+
```json
83
+
"options": {
84
+
"paths": ["src/logics"]
85
+
}
86
+
```
87
+
88
+
### ignoreNamedExport
89
+
90
+
If true, named export from files in `paths` won't be shown in auto-completion.
0 commit comments