diff --git a/snippets/typescript.json b/snippets/typescript.json index 603be14..790d563 100644 --- a/snippets/typescript.json +++ b/snippets/typescript.json @@ -41,7 +41,7 @@ "Import external module.": { "prefix": "import statement", "body": [ - "import { $0 } from \"${1:module}\";" + "import {$0} from '${1:module}'" ], "description": "Import external module." },