Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vladislav-andreevich authored Dec 30, 2019
1 parent 0614561 commit 8439384
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ npm install techpacket-build-tools --save

// PLUGINS

plugins: [require('techpacket-build-tools/packages/plugin-typescript')()],
plugins: [require("@techpacket-build-tools/plugin-typescript")()],

};
```
Expand All @@ -44,4 +44,9 @@ npm install techpacket-build-tools --save
4. To start an watcher without to start the server, use the command:
```bash
techpacket-build-tools watch --config .techpacketrc.js
```
```
5. To use the typescript, install the plugin:
```bash
npm i @techpacket-build-tools/plugin-typescript --save-dev
```
And also add it to the config, to the plugins section.

0 comments on commit 8439384

Please sign in to comment.