Skip to content

Commit 8029595

Browse files
committed
add workspace settings for convenient work with typescript imports
1 parent c20598d commit 8029595

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.vscode/settings.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
{
2+
"tsEssentialPlugins.autoImport.changeToNamespaceImport": {
3+
"typescript": {
4+
"namespace": "ts",
5+
"addImport": false
6+
}
7+
},
8+
"tsEssentialPlugins.suggestions.ignoreAutoImports": [
9+
"typescript-full"
10+
],
211
"betterSnippets.customSnippets": [
312
{
413
"name": "SyntaxKind",

0 commit comments

Comments
 (0)