From 46b65b0ebae00f1a960ee4828830187035a6069d Mon Sep 17 00:00:00 2001 From: Ryan McQuen Date: Sun, 3 Jan 2021 01:14:32 -0800 Subject: [PATCH] Extensions does not work with a quote delimited string. --- docs/preset-typescript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/preset-typescript.md b/docs/preset-typescript.md index e37b71ca71..bb6f23e7b2 100644 --- a/docs/preset-typescript.md +++ b/docs/preset-typescript.md @@ -8,7 +8,7 @@ This preset is recommended if you use [TypeScript](https://www.typescriptlang.or - [@babel/plugin-transform-typescript](plugin-transform-typescript.md) -> You will need to specify `--extensions ".ts"` for `@babel/cli` & `@babel/node` cli's to handle `.ts` files. +> You will need to specify `--extensions .ts` for `@babel/cli` & `@babel/node` cli's to handle `.ts` files. ## Example