Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Aug 27, 2024
1 parent 95fb0ec commit ef2dd53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# 🌀 [Build] —

Build is a powerful tool that compiles all your `TypeScript` files into
JavaScript, leveraging the speed of `esbuild` and the type-checking capabilities
`JavaScript`, leveraging the speed of `ESBuild` and the type-checking capabilities
of the `TypeScript` compiler.

## 📦 Features

- Fast compilation using `esbuild`
- Fast compilation using `ESBuild`
- `TypeScript` support with type-checking
- Watch mode for development
- Customizable `ESBuild` configuration
Expand Down Expand Up @@ -101,7 +101,7 @@ Create a `tsconfig.json` file in your project root:

### 📜 JSConfig Configuration (optional)

For JavaScript projects using JSDoc comments, create a `jsconfig.json`:
For `JavaScript` projects using `JSDoc` comments, create a `jsconfig.json`:

```json
{
Expand Down

0 comments on commit ef2dd53

Please sign in to comment.