We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0614561 commit 8439384Copy full SHA for 8439384
README.md
@@ -29,7 +29,7 @@ npm install techpacket-build-tools --save
29
30
// PLUGINS
31
32
- plugins: [require('techpacket-build-tools/packages/plugin-typescript')()],
+ plugins: [require("@techpacket-build-tools/plugin-typescript")()],
33
34
};
35
```
@@ -44,4 +44,9 @@ npm install techpacket-build-tools --save
44
4. To start an watcher without to start the server, use the command:
45
```bash
46
techpacket-build-tools watch --config .techpacketrc.js
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