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 401fc69 commit cf6b2d3Copy full SHA for cf6b2d3
README.md
@@ -39,25 +39,25 @@ If you'd like find out further ways to improve your build using the watch API th
39
### Installation
40
41
```
42
-yarn add ts-loader
+yarn add ts-loader --dev
43
44
45
or
46
47
48
-npm install ts-loader
+npm install ts-loader --save-dev
49
50
51
You will also need to install TypeScript if you have not already.
52
53
54
-yarn add typescript
+yarn add typescript --dev
55
56
57
58
59
60
-npm install typescript
+npm install typescript --save-dev
61
62
63
### Running
0 commit comments