diff --git a/extensions/typescript-basics/package.json b/extensions/typescript-basics/package.json index 48504c215e5d5b6f5e0ee417ceba8a222c9b2192..4d398fb1b7f4b1a2fd3e740a77d7af207db03af4 100644 --- a/extensions/typescript-basics/package.json +++ b/extensions/typescript-basics/package.json @@ -55,16 +55,16 @@ "meta.embedded.expression.tsx": "typescriptreact" } } + ], + "snippets": [ + { + "language": "typescript", + "path": "./snippets/typescript.json" + }, + { + "language": "typescriptreact", + "path": "./snippets/typescript.json" + } ] - }, - "snippets": [ - { - "language": "typescript", - "path": "./snippets/typescript.json" - }, - { - "language": "typescriptreact", - "path": "./snippets/typescript.json" - } - ] + } } \ No newline at end of file