Skip to content

Commit 8439384

Browse files
Update README.md
1 parent 0614561 commit 8439384

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ npm install techpacket-build-tools --save
2929

3030
// PLUGINS
3131

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

3434
};
3535
```
@@ -44,4 +44,9 @@ npm install techpacket-build-tools --save
4444
4. To start an watcher without to start the server, use the command:
4545
```bash
4646
techpacket-build-tools watch --config .techpacketrc.js
47-
```
47+
```
48+
5. To use the typescript, install the plugin:
49+
```bash
50+
npm i @techpacket-build-tools/plugin-typescript --save-dev
51+
```
52+
And also add it to the config, to the plugins section.

0 commit comments

Comments
 (0)