This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Adds setting for project relative auto-imports
Co-authored-by: Eric Amodio <eamodio@users.noreply.github.com>
main
Keith Daulton
2 years ago
parent
594245da08
commit
1d696902f4
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.vscode/settings.json
+ 1
- 0
.vscode/settings.json
View File
@ -46,5 +46,6 @@
"search.exclude"
:
{
"**/dist"
:
true
}
,
"typescript.preferences.importModuleSpecifier"
:
"project-relative"
,
"typescript.tsdk"
:
"node_modules\\typescript\\lib"
}
Write
Preview
Loading…
Cancel
Save