From 07cdfb2e4ec761021477271776b81f33af0e731d Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 17 Mar 2021 17:56:37 +0100 Subject: towards wallet-core / util split --- .vscode/settings.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.vscode') diff --git a/.vscode/settings.json b/.vscode/settings.json index 0a134958d..a30ba4651 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -42,5 +42,9 @@ "src/i18n/*.po": true }, "search.collapseResults": "auto", - "files.associations": { "api-extractor.json": "jsonc" } + "files.associations": { + "api-extractor.json": "jsonc" + }, + "typescript.preferences.importModuleSpecifierEnding": "js", + "typescript.preferences.importModuleSpecifier": "project-relative" } \ No newline at end of file -- cgit v1.2.3