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