File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ git remote add upstream https://github.com/NativeScript/nativescript-dev-typescr
50
50
2 . Set up the project:
51
51
52
52
``` bash
53
- # In the repo root
53
+ # In the repo root
54
54
npm install --ignore-scripts
55
55
```
56
56
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ The above command adds `nativescript-dev-typescript` package as dev dependency a
16
16
17
17
When the plugin installed what it will do out of the box is to add
18
18
- ` tsconfig.json ` file to the project (if it doesn't exist),
19
- - ` typescript ` as dependency
19
+ - ` typescript ` as dev dependency
20
20
- ` before-prepare ` hook which takes care to transpile all files before preparing your project
21
21
- ` before-watch ` hook to start the typescript watcher and transpile on every typescript change during project livesync
22
22
- ` after-watch ` hook to stop the typescript watcher after the livesync is stopped
You can’t perform that action at this time.
0 commit comments