diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-03-06 12:18:22 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-03-06 12:18:22 -0500 |
commit | 57e47b8b84dee001c65c1ab43833c09fef056a4b (patch) | |
tree | d51ad59db0d30e0176b1a1e83dcc08f7974eb531 /.vscode/settings.json | |
parent | 6231a857f6ec263f06598bafb3cc3a3a2511bcb3 (diff) | |
download | tanzanite-57e47b8b84dee001c65c1ab43833c09fef056a4b.tar.gz tanzanite-57e47b8b84dee001c65c1ab43833c09fef056a4b.tar.bz2 tanzanite-57e47b8b84dee001c65c1ab43833c09fef056a4b.zip |
fix: add .js import ending
Diffstat (limited to '.vscode/settings.json')
-rw-r--r-- | .vscode/settings.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 086fe81..d2bbf71 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -12,7 +12,6 @@ }, "javascript.preferences.importModuleSpecifier": "project-relative", "typescript.preferences.importModuleSpecifier": "project-relative", - "typescript.preferences.importModuleSpecifierEnding": "minimal", "search.exclude": { "**/.yarn": true, "**/.pnp.*": true, @@ -93,6 +92,7 @@ } ], "javascript.preferences.importModuleSpecifierEnding": "js", + "typescript.preferences.importModuleSpecifierEnding": "js", "discord.removeDetails": false, "discord.removeLowerDetails": false, "discord.removeRemoteRepository": false, |