Skip to content

Commit d982aee

Browse files
authored
Update Babel with TypeScript.md (#3293)
1 parent 92c6492 commit d982aee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/documentation/copy/en/tutorials/Babel with TypeScript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ translatable: true
1010

1111
When making a modern JavaScript project, you might ask yourself what is the right way to convert files from TypeScript to JavaScript?
1212

13-
A lot of the time the answer is _"it depends"_, or _"someone may have decided for you"_ depending on the project. If you are building your project with an existing framework like [tsdx](https://tsdx.io), [Angular](https://angular.io/), [NestJS](https://nestjs.com/) or any framework mentioned in the [Getting Started](/docs/home) then this decision is handled for you.
13+
A lot of the time the answer is _"it depends"_, or _"someone may have decided for you"_ depending on the project. If you are building your project with an existing framework like [tsdx](https://tsdx.io), [Angular](https://angular.io/), [NestJS](https://nestjs.com/) or any framework mentioned in the [Getting Started](/docs) then this decision is handled for you.
1414

1515
However, a useful heuristic could be:
1616

0 commit comments

Comments
 (0)