Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Aug 12, 2023
1 parent 8ecdba7 commit 5d37d7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ or with a custom esbuild config file:
```json
{
"scripts": {
"prepublishOnly": "baxast 'Source/**/*.ts' -es ESBuild.ts"
"prepublishOnly": "baxast 'Source/**/*.ts' -es esbuild.ts"
}
}
```

#### See an example of a config file in [ESBuild.ts](Source/Configuration/esbuild.ts)
#### See an example of a config file in [esbuild.ts](Source/Configuration/esbuild.ts)

`tsconfig.json`

Expand Down

0 comments on commit 5d37d7a

Please sign in to comment.