File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 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
50502 . Set up the project:
5151
5252``` bash
53- # In the repo root
53+ # In the repo root
5454npm install --ignore-scripts
5555```
5656
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
1616
1717When the plugin installed what it will do out of the box is to add
1818 - ` tsconfig.json ` file to the project (if it doesn't exist),
19- - ` typescript ` as dependency
19+ - ` typescript ` as dev dependency
2020 - ` before-prepare ` hook which takes care to transpile all files before preparing your project
2121 - ` before-watch ` hook to start the typescript watcher and transpile on every typescript change during project livesync
2222 - ` 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