Merge pull request #2561 from xtermjs/Tyriar-patch-1

Prefer non-relative imports
This commit is contained in:
Daniel Imms
2019-11-11 10:54:15 -08:00
committed by GitHub
+2 -1
View File
@@ -1,3 +1,4 @@
{
"typescript.preferences.quoteStyle": "single"
"typescript.preferences.quoteStyle": "single",
"typescript.preferences.importModuleSpecifier": "non-relative"
}