Skip to content

Commit 59b3480

Browse files
committed
Mark includeCompletionsForModuleExports as experimental
1 parent 965171f commit 59b3480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
"order": 65
165165
},
166166
"includeCompletionsForModuleExports": {
167-
"description": "If enabled, TypeScript will search through all external modules' exports and add them to the completions list. This affects lone identifier completions but not completions on the right hand side of `obj.`.",
167+
"description": "(EXPERIMENTAL) If enabled, TypeScript will search through all external modules' exports and add them to the completions list. This affects lone identifier completions but not completions on the right hand side of `obj.`.",
168168
"type": "boolean",
169169
"default": false,
170170
"order": 66

0 commit comments

Comments
 (0)